← Search

Xiaochuang Han

16 accepted papers

2026

$\textit{MADFormer}$: Mixed Autoregressive and Diffusion Transformers for Continuous Image Generation

ICLR 2026poster

Recent progress in multimodal generation has increasingly combined autoregressive (AR) and diffusion-based approaches, leveraging their complementary strengths: AR models capture long-range dependencies and produce fluent, context-aware outputs, while diffusion models operate in continuous latent sp…

Cited by 0SourceScholar
2026

Fast Byte Latent Transformer

ICML 2026poster

Recent byte-level language models (LMs) match the performance of token-level models without relying on subword vocabularies, yet their practical deployment is limited by slow inference. In this work, we enhance the Byte Latent Transformer (BLT) using new training and inference techniques. First, we …

Cited by 0SourceScholar
2026

Inference-time Physics Alignment of Video Generative Models with Latent World Models

CVPR 2026

State-of-the-art video generative models produce promising visual content yet often violate basic physics principles, limiting their utility. While some attribute this deficiency to insufficient physics understanding from pre-training, we find that the shortfall in physics plausibility also stems fr

Cited by 0SourcecodeScholar
2026

TV2TV: A Unified Framework for Interleaved Language and Video Generation

CVPR 2026

Video generation models are rapidly advancing, but can still struggle with complex video outputs that require significant semantic branching or repeated high-level reasoning about what should happen next. In this paper, we introduce a new class of omni video-text models that integrate ideas from rec

Cited by 0SourceScholar
2025

FACTS&EVIDENCE: An Interactive Tool for Transparent Fine-Grained Factual Verification of Machine-Generated Text

NAACL 2025system demonstrations

With the widespread consumption of AI-generated content, there has been an increased focus on developing automated tools to verify the factual accuracy of such content. However, prior research and tools developed for fact verification treat it as a binary classification or a linear regression proble…

2025

LMFusion: Adapting Pretrained Language Models for Multimodal Generation

NeurIPS 2025poster

We present LMFusion, a framework for empowering pretrained text-only large language models (LLMs) with multimodal generative capabilities, enabling them to understand and generate both text and images in arbitrary sequences. LMFusion leverages existing Llama-3's weights for processing texts autoregr…

Cited by 0SourceScholar
2024

Can LLM Graph Reasoning Generalize beyond Pattern Memorization?

EMNLP 2024finding

Large language models (LLMs) demonstrate great potential for problems with implicit graphical structures, while recent works seek to enhance the graph reasoning capabilities of LLMs through specialized instruction tuning. The resulting “graph LLMs” are evaluated with in-distribution settings only, t…

2024

David helps Goliath: Inference-Time Collaboration Between Small Specialized and Large General Diffusion LMs

NAACL 2024long

Diffusion-based language models are emerging as a promising alternative to autoregressive LMs: they approach the competence of autoregressive LMs while offering nuanced controllability at inference time. While autoregressive LMs have benefited immensely from scaling and instruction-based learning, e…

2024

P3Sum: Preserving Author’s Perspective in News Summarization with Diffusion Language Models

NAACL 2024long

In this work, we take a first step towards designing summarization systems that are faithful to the author’s intent, not only the semantic content of the article. Focusing on a case study of preserving political perspectives in news summarization, we find that existing approaches alter the political…

2024

Trusting Your Evidence: Hallucinate Less with Context-aware Decoding

NAACL 2024short

Language models (LMs) often struggle to pay enough attention to the input context, and generate texts that are unfaithful or contain hallucinations. To mitigate this issue, we present context-aware decoding (CAD), which follows a contrastive output distribution that amplifies the difference between…

2023

Can Language Models Solve Graph Problems in Natural Language?

NeurIPS 2023spotlight

Large language models (LLMs) are increasingly adopted for a variety of tasks with implicit graphical structures, such as planning in robotics, multi-hop question answering or knowledge probing, structured commonsense reasoning, and more. While LLMs have advanced the state-of-the-art on these tasks w…

2023

On the Zero-Shot Generalization of Machine-Generated Text Detectors

EMNLP 2023short findings

The rampant proliferation of large language models, fluent enough to generate text indistinguishable from human-written language, gives unprecedented importance to the detection of machine-generated text. This work is motivated by an important research question: How will the detectors of machine-gen…

Cited by 0SourceScholar
2023

SSD-LM: Semi-autoregressive Simplex-based Diffusion Language Model for Text Generation and Modular Control

ACL 2023long

Despite the growing success of diffusion models in continuous-valued domains (e.g., images), similar efforts for discrete domains such as text have yet to match the performance of autoregressive language models. In this work, we present SSD-LM—a diffusion-based language model with two key design cho…

2023

Toward Human Readable Prompt Tuning: Kubrick’s The Shining is a good movie, and a good prompt too?

EMNLP 2023long findings

Large language models can perform downstream tasks in a zero-shot fashion, given natural language prompts that specify the desired behavior. Such prompts are typically hand engineered, but can also be learned with gradient-based methods from labeled data. However, it is underexplored what factors ma…

Cited by 0SourceScholar
2023

Understanding In-Context Learning via Supportive Pretraining Data

ACL 2023long

In-context learning (ICL) improves language models’ performance on a variety of NLP tasks by simply demonstrating a handful of examples at inference time. It is not well understood why ICL ability emerges, as the model has never been specifically trained on such demonstrations. Unlike prior work tha…

Cited by 46SourcePDFScholar
2021

Influence Tuning: Demoting Spurious Correlations via Instance Attribution and Instance-Driven Updates

EMNLP 2021finding

Among the most critical limitations of deep learning NLP models are their lack of interpretability, and their reliance on spurious correlations. Prior work proposed various approaches to interpreting the black-box models to unveil the spurious correlations, but the research was primarily used in hum…