← Search

Yushun Dong

20 accepted papers

2026

CREDIT: Certified Ownership Verification of Deep Neural Networks Against Model Extraction Attacks

ICML 2026poster

Machine Learning as a Service (MLaaS) has become a widely adopted method for delivering deep neural network (DNN) models, allowing users to conveniently access models via APIs. However, such services have been shown to be highly vulnerable to Model Extraction Attacks (MEAs). While numerous defense s…

Cited by 0SourceScholar
2026

Query-Efficient Domain Knowledge Stealing Against Large Language Models

AAAI 2026technical

Large language models (LLMs) concentrate substantial knowledge in specialized domains due to extensive pretraining and instruction tuning, and they are now central to commercial and scientific practice. Yet access is usually limited to costly, rate-limited interfaces, which motivates methods that ca

Cited by 0SourcePDFScholar
2026

Reforming the Mechanism: Editing Reasoning Patterns in LLMs with Circuit Reshaping

ICLR 2026poster

Large language models (LLMs) often exhibit flawed reasoning ability that undermines reliability. Existing approaches to improving reasoning typically treat it as a general and monolithic skill, applying broad training that is inefficient and unable to target specific reasoning errors. We introduce R…

Cited by 0SourcecodeScholar
2026

Targeted Pathway Inference for Biological Knowledge Bases via Graph Learning and Explanation

AAAI 2026technical

Retrieving targeted pathways in biological knowledge bases, particularly when incorporating wet-lab experimental data, remains a challenging task and often requires downstream analyses and specialized expertise. In this paper, we frame this challenge as a solvable graph learning and explaining task

Cited by 0SourcePDFScholar
2025

BrainMAP: Learning Multiple Activation Pathways in Brain Networks

AAAI 2025technical

Functional Magnetic Resonance Image (fMRI) is commonly employed to study human brain activity, since it offers insight into the relationship between functional fluctuations and human behavior. To enhance analysis and comprehension of brain activity, Graph Neural Networks (GNNs) have been widely appl…

2025

CEB: Compositional Evaluation Benchmark for Fairness in Large Language Models

ICLR 2025spotlight

As Large Language Models (LLMs) are increasingly deployed to handle various natural language processing (NLP) tasks, concerns regarding the potential negative societal impacts of LLM-generated content have also arisen. To evaluate the biases exhibited by LLMs, researchers have recently proposed a va…

Cited by 12SourcePDFScholar
2025

CEGA: A Cost-Effective Approach for Graph-Based Model Extraction and Acquisition

ICML 2025poster

Graph Neural Networks (GNNs) have demonstrated remarkable utility across diverse applications, and their growing complexity has made Machine Learning as a Service (MLaaS) a viable platform for scalable deployment. However, this accessibility also exposes GNN to serious security threats, most notably…

2025

Graph Neural Networks Are More Than Filters: Revisiting and Benchmarking from A Spectral Perspective

ICLR 2025poster

Graph Neural Networks (GNNs) have achieved remarkable success in various graph-based learning tasks. While their performance is often attributed to the powerful neighborhood aggregation mechanism, recent studies suggest that other components such as non-linear layers may also significantly affecting…

2025

Harnessing Large Language Models for Disaster Management: A Survey

ACL 2025finding

Large Language Models (LLMs) have demonstrated remarkable capabilities across various domains, including their emerging role in mitigating threats to human life, infrastructure, and the environment during natural disasters. Despite increasing research on disaster-focused LLMs, there remains a lack o…

Cited by 0SourcePDFScholar
2025

Hierarchical Demonstration Order Optimization for Many-shot In-Context Learning

NeurIPS 2025poster

In-Context Learning (ICL) is a technique where large language models (LLMs) leverage multiple demonstrations (i.e., examples) to perform tasks. With the recent expansion of LLM context windows, many-shot ICL (generally with more than 50 demonstrations) can lead to significant performance improvement…

Cited by 0SourcecodeScholar
2025

Learning from Diverse Reasoning Paths with Routing and Collaboration

EMNLP 2025

Advances in large language models (LLMs) significantly enhance reasoning capabilities but their deployment is restricted in resource-constrained scenarios. Knowledge distillation addresses this by transferring knowledge from powerful teacher models to compact and transparent students.However, effect

2025

ST-FiT: Inductive Spatial-Temporal Forecasting with Limited Training Data

AAAI 2025technical

Spatial-temporal graphs are widely used in a variety of real-world applications. Spatial-Temporal Graph Neural Networks (STGNNs) have emerged as a powerful tool to extract meaningful insights from this data. However, in real-world applications, most nodes may not possess any available temporal data…

2025

Towards Global-level Mechanistic Interpretability: A Perspective of Modular Circuits of Large Language Models

ICML 2025poster

Mechanistic interpretability (MI) research aims to understand large language models (LLMs) by identifying computational circuits, subgraphs of model components with associated functional interpretations, that explain specific behaviors. Current MI approaches focus on discovering task-specific circui…

Cited by 0SourcePDFScholar
2024

Adversarial Attacks on Fairness of Graph Neural Networks

ICLR 2024poster

Fairness-aware graph neural networks (GNNs) have gained a surge of attention as they can reduce the bias of predictions on any demographic group (e.g., female) in graph-based applications. Although these methods greatly improve the algorithmic fairness of GNNs, the fairness can be easily corrupted b…

2024

Explaining Graph Neural Networks with Large Language Models: A Counterfactual Perspective on Molecule Graphs

EMNLP 2024finding

In recent years, Graph Neural Networks (GNNs) have become successful in molecular property prediction tasks such as toxicity analysis. However, due to the black-box nature of GNNs, their outputs can be concerning in high-stakes decision-making scenarios, e.g., drug discovery. Facing such an issue, G…

2024

Knowledge Graph-Enhanced Large Language Models via Path Selection

ACL 2024findings

Large Language Models (LLMs) have shown unprecedented performance in various real-world applications. However, they are known to generate factually inaccurate outputs, a.k.a. the hallucination problem. In recent years, incorporating external knowledge extracted from Knowledge Graphs (KGs) has become…

2024

Towards Certified Unlearning for Deep Neural Networks

ICML 2024poster

In the field of machine unlearning, certified unlearning has been extensively studied in convex machine learning models due to its high efficiency and strong theoretical guarantees. However, its application to deep neural networks (DNNs), known for their highly nonconvex nature, still poses challeng…

2023

Interpreting Unfairness in Graph Neural Networks via Training Node Attribution

AAAI 2023technical

Graph Neural Networks (GNNs) have emerged as the leading paradigm for solving graph analytical problems in various real-world applications. Nevertheless, GNNs could potentially render biased predictions towards certain demographic subgroups. Understanding how the bias in predictions arises is criti…

2022

FAITH: Few-Shot Graph Classification with Hierarchical Task Graphs

IJCAI 2022poster

Few-shot graph classification aims at predicting classes for graphs, given limited labeled graphs for each class. To tackle the bottleneck of label scarcity, recent works propose to incorporate few-shot learning frameworks for fast adaptations to graph classes with limited labeled graphs. Specifical…