← Search

Zeyu Qin

15 accepted papers

2026

ClinTutor-R1: Advancing Scalable and Robust One-to-Many Alignment in Clinical Socratic Education

ICML 2026spotlight

While Large Language Models (LLMs) have achieved remarkable success in dyadic (one-on-one) instruction, they face significant challenges in One-to-Many alignment, such as clinical ward rounds, where an instructor must simultaneously guide a diverse group of trainees. Current models often suffer from…

Cited by 0SourceScholar
2026

Concept Concentration for Faithful Representation Intervention

ICML 2026poster

Representation intervention aims to locate and modify the representations that encode the underlying concepts in Large Language Models (LLMs) to elicit the aligned and expected behaviors. Despite the empirical success, it has never been examined whether one could locate the faithful concepts for int…

Cited by 0SourceScholar
2026

On Stable Long-Form Generation: Benchmarking and Mitigating Length Volatility

ICML 2026poster

Large Language Models (LLMs) excel at long-context understanding but exhibit significant limitations in long-form generation. Existing studies primarily focus on single-generation quality, generally overlooking the volatility of the output (i.e., the inconsistency in length and content across multip…

Cited by 0SourceScholar
2026

UltraHorizon: Benchmarking LLM-Agent Capabilities in Ultra Long-Horizon Scenarios

ICML 2026poster

Autonomous agents have recently achieved remarkable progress across diverse domains, yet most evaluations focus on short-horizon, fully observable tasks. In contrast, many critical real-world tasks, such as large-scale software development, commercial investment, and scientific discovery, unfold in …

Cited by 0SourceScholar
2025

Lifelong Safety Alignment for Language Models

NeurIPS 2025poster

LLMs have made impressive progress, but their growing capabilities also expose them to highly flexible jailbreaking attacks designed to bypass safety alignment. While many existing defenses focus on known types of attacks, it is more critical to prepare LLMs for *unseen* attacks that may arise durin…

Cited by 0SourcecodeScholar
2025

Preserving Diversity in Supervised Fine-Tuning of Large Language Models

ICLR 2025poster

Large Language Models (LLMs) typically rely on Supervised Fine-Tuning (SFT) to specialize in downstream tasks, with the Cross Entropy (CE) loss being the de facto choice. However, CE maximizes the likelihood of observed data without accounting for alternative possibilities. As such, CE usually lead…

Cited by 0SourcePDFScholar
2025

RoMa: A Robust Model Watermarking Scheme for Protecting IP in Diffusion Models

NeurIPS 2025poster

Preserving intellectual property (IP) within a pre-trained diffusion model is critical for protecting the model's copyright and preventing unauthorized model deployment. In this regard, model watermarking is a common practice for IP protection that embeds traceable information within models and allo…

Cited by 0SourcecodeScholar
2024

Uncovering, Explaining, and Mitigating the Superficial Safety of Backdoor Defense

NeurIPS 2024spotlight

Backdoor attacks pose a significant threat to Deep Neural Networks (DNNs) as they allow attackers to manipulate model predictions with backdoor triggers. To address these security vulnerabilities, various backdoor purification methods have been proposed to purify compromised models. Typically, these…

2023

Beyond Factuality: A Comprehensive Evaluation of Large Language Models as Knowledge Generators

EMNLP 2023long main

Large language models (LLMs) outperform information retrieval techniques for downstream knowledge-intensive tasks when being prompted to generate world knowledge. However, community concerns abound regarding the factuality and potential implications of using this uncensored knowledge. In light of th…

Cited by 0SourcecodeScholar
2023

Imitation Learning from Imperfection: Theoretical Justifications and Algorithms

NeurIPS 2023spotlight

Imitation learning (IL) algorithms excel in acquiring high-quality policies from expert data for sequential decision-making tasks. But, their effectiveness is hampered when faced with limited expert data. To tackle this challenge, a novel framework called (offline) IL with supplementary data has bee…

2023

Towards Stable Backdoor Purification through Feature Shift Tuning

NeurIPS 2023poster

It has been widely observed that deep neural networks (DNN) are vulnerable to backdoor attacks where attackers could manipulate the model behavior maliciously by tampering with a small set of training samples. Although a line of defense methods is proposed to mitigate this threat, they either requir…

2022

Boosting the Transferability of Adversarial Attacks with Reverse Adversarial Perturbation

NeurIPS 2022accept

Deep neural networks (DNNs) have been shown to be vulnerable to adversarial examples, which can produce erroneous predictions by injecting imperceptible perturbations. In this work, we study the transferability of adversarial examples, which is significant due to its threat to real-world application…

2021

Random Noise Defense Against Query-Based Black-Box Attacks

NeurIPS 2021poster

The query-based black-box attacks have raised serious threats to machine learning models in many real applications. In this work, we study a lightweight defense method, dubbed Random Noise Defense (RND), which adds proper Gaussian noise to each query. We conduct the theoretical analysis about the ef…