← Search

Rongzhe Wei

9 accepted papers

2026

MoEEdit: Efficient and Routing-Stable Knowledge Editing for Mixture-of-Experts LLMs

ICLR 2026poster

Knowledge editing (KE) is crucial for making precise modifications to factual knowledge within large language models (LLMs). Existing KE methods, however, are primarily designed for dense architectures, limiting their applicability to the increasingly popular sparse Mixture-of-Experts (MoE) models t…

Cited by 0SourceScholar
2026

The Trojan Knowledge: Bypassing Commercial LLM Guardrails via Harmless Prompt Weaving and Adaptive Tree Search

ICML 2026poster

Large language models (LLMs) remain vulnerable to jailbreak attacks that bypass safety guardrails. Existing approaches overwhelmingly operate within the prompt-optimization paradigm; the resulting prompts typically retain malicious semantic signals that modern guardrails are primed to detect. In con…

Cited by 0SourceScholar
2025

Differentially Private Relational Learning with Entity-level Privacy Guarantees

NeurIPS 2025poster

Learning with relational and network-structured data is increasingly vital in sensitive domains where protecting the privacy of individual entities is paramount. Differential Privacy (DP) offers a principled approach for quantifying privacy risks, with DP-SGD emerging as a standard mechanism for pri…

Cited by 0SourcecodeScholar
2025

Do LLMs Really Forget? Evaluating Unlearning with Knowledge Correlation and Confidence Awareness

NeurIPS 2025poster

Machine unlearning techniques aim to mitigate unintended memorization in large language models (LLMs). However, existing approaches predominantly focus on the explicit removal of isolated facts, often overlooking latent inferential dependencies and the non-deterministic nature of knowledge within LL…

Cited by 0SourceScholar
2025

Generalization Principles for Inference over Text-Attributed Graphs with Large Language Models

ICML 2025poster

Large language models (LLMs) have recently been introduced to graph learning, aiming to extend their zero-shot generalization success to tasks where labeled graph data is scarce. Among these applications, inference over text-attributed graphs (TAGs) presents unique challenges: existing methods strug…

Cited by 0SourcePDFScholar
2025

Towards Universal Debiasing for Language Models-based Tabular Data Generation

EMNLP 2025

Large language models (LLMs) have achieved promising results in tabular data generation. However, inherent historical biases in tabular datasets often cause LLMs to exacerbate fairness issues, particularly when multiple advantaged and protected features are involved. In this work, we introduce a uni

Cited by 0SourcePDFScholar
2025

Underestimated Privacy Risks for Minority Populations in Large Language Model Unlearning

ICML 2025poster

Large Language Models (LLMs) embed sensitive, human-generated data, prompting the need for unlearning methods. Although certified unlearning offers strong privacy guarantees, its restrictive assumptions make it unsuitable for LLMs, giving rise to various heuristic approaches typically assessed throu…

Cited by 0SourcePDFScholar
2024

Differentially Private Graph Diffusion with Applications in Personalized PageRanks

NeurIPS 2024poster

Graph diffusion, which iteratively propagates real-valued substances among the graph, is used in numerous graph/network-involved applications. However, releasing diffusion vectors may reveal sensitive linking information in the data such as transaction information in financial network data. However,…

Cited by 3SourcePDFScholar
2022

Understanding Non-linearity in Graph Neural Networks from the Bayesian-Inference Perspective

NeurIPS 2022accept

Graph neural networks (GNNs) have shown superiority in many prediction tasks over graphs due to their impressive capability of capturing nonlinear relations in graph-structured data. However, for node classification tasks, often, only marginal improvement of GNNs has been observed in practice over t…