← Search

Yixiao Huang

9 accepted papers

2026

Breaking the Reversal Curse in Autoregressive Language Models via Identity Bridge

ICML 2026spotlight

Autoregressive large language models (LLMs) have achieved remarkable success in many complex tasks, yet they can still fail in very simple logical reasoning such as the "reversal curse" --- when trained on forward knowledge data of the form "$A \rightarrow B$" (e.g., Alice's husband is Bob), the mod…

Cited by 0SourceScholar
2026

Multi-Objective Learning for Diffusion Models: A Statistical Theory under Semi-Supervised Learning

ICML 2026poster

Diffusion models are increasingly used as powerful conditional generators, yet real deployments often involve multiple target distributions arising from different tasks, e.g., diverse prompt domains in text-to-image generation, or multiple environments in robotics with diffusion policies. This natur…

Cited by 0SourceScholar
2025

Generalization or Hallucination? Understanding Out-of-Context Reasoning in Transformers

NeurIPS 2025poster

Large language models (LLMs) can acquire new knowledge through fine-tuning, but this process exhibits a puzzling duality: models can generalize remarkably from new facts, yet are also prone to hallucinating incorrect information. However, the reasons for this phenomenon remain poorly understood. In…

Cited by 0SourceScholar
2025

OVERT: A Benchmark for Over-Refusal Evaluation on Text-to-Image Models

NeurIPS 2025poster

Text-to-Image (T2I) models have achieved remarkable success in generating visual content from text inputs. Although multiple safety alignment strategies have been proposed to prevent harmful outputs, they often lead to overly cautious behavior ---rejecting even benign prompts---a phenomenon known as…

Cited by 0SourcecodeScholar
2025

Understanding and Improving Fast Adversarial Training against $l_0$ Bounded Perturbations

NeurIPS 2025poster

This work studies fast adversarial training against sparse adversarial perturbations bounded by $l_0$ norm. We first demonstrate the unique challenges of employing $1$-step attacks on $l_0$ bounded perturbations, especially catastrophic overfitting (CO) that cannnot be properly addressed by existing…

Cited by 0SourceScholar
2024

From Self-Attention to Markov Models: Unveiling the Dynamics of Generative Transformers

ICML 2024poster

Modern language models rely on the transformer architecture and attention mechanism to perform language understanding and text generation. In this work, we study learning a 1-layer self-attention model from a set of prompts and the associated outputs sampled from the model. We first establish a form…

Cited by 19SourcePDFScholar
2024

Mechanics of Next Token Prediction with Self-Attention

AISTATS 2024poster

Transformer-based language models are trained on large datasets to predict the next token given an input sequence. Despite this simple training objective, they have led to revolutionary advances in natural language processing. Underlying this success is the self-attention mechanism. In this work, we…

Cited by 34SourcePDFScholar
2024

Towards Efficient Training and Evaluation of Robust Models against $l_0$ Bounded Adversarial Perturbations

ICML 2024poster

This work studies sparse adversarial perturbations bounded by $l_0$ norm. We propose a white-box PGD-like attack method named sparse-PGD to effectively and efficiently generate such perturbations. Furthermore, we combine sparse-PGD with a black-box attack to comprehensively and more reliably evaluat…