← Search

Xiaodong Liu

56 accepted papers

2026

FlowRL: Matching Reward Distributions for LLM Reasoning

ICLR 2026poster

We propose FlowRL: matching the full reward distribution via flow balancing instead of solely maximizing rewards in large language model (LLM) reinforcement learning (RL). Recent advanced reasoning models adopt reward-maximizing methods (e.g., PPO and GRPO), which tend to over-optimize dominant rewa…

Cited by 0SourcecodeScholar
2026

MultiBreak: A Scalable and Diverse Multi-turn Jailbreak Benchmark for Evaluating LLM Safety

ICML 2026poster

We present MultiBreak, a scalable and diverse multi-turn jailbreak benchmark to evaluate large language model (LLM) safety. Multi-turn jailbreaks mimic natural conversational settings, making them easier to bypass safety-aligned LLM than single-turn jailbreaks. Existing multi-turn benchmarks are lim…

Cited by 0SourceScholar
2026

SEMA: Simple yet Effective Learning for Multi-Turn Jailbreak Attacks

ICLR 2026poster

Multi-turn jailbreaks capture the real threat model for safety-aligned chatbots, where single-turn attacks are merely a special case. Yet existing approaches break under exploration complexity and intent drift. We propose SEMA, a simple yet effective framework that trains a multi-turn attacker witho…

Cited by 0SourcecodeScholar
2026

Training Large Reasoning Models Efficiently via Progressive Thought Encoding

ICLR 2026poster

Large reasoning models (LRMs) excel on complex problems but face a critical barrier to efficiency: reinforcement learning (RL) training requires long rollouts for outcome-based rewards, where autoregressive decoding dominates time and memory usage. While sliding-window cache strategies can bound mem…

Cited by 0SourceScholar
2025

Diversifying the Expert Knowledge for Task-Agnostic Pruning in Sparse Mixture-of-Experts

ACL 2025finding

In this work, we address the memory overhead of deploying Mixture-of-Experts (MoE) architectures in Large Language Models (LLMs). While MoE layers improve LLM performance without increasing inference costs, the ever-growing number of experts inflates memory requirements, hindering practical deployme…

Cited by 0SourcePDFScholar
2025

Generative Adapter: Contextualizing Language Models in Parameters with A Single Forward Pass

ICLR 2025poster

Large language models (LLMs) acquire substantial knowledge during pretraining but often need adaptation to new contexts, tasks, or domains, typically achieved through fine-tuning or prompting. However, fine-tuning incurs significant training costs, while prompting increases inference overhead. Inspi…

Cited by 3SourcePDFScholar
2025

Iterative Self-Tuning LLMs for Enhanced Jailbreaking Capabilities

NAACL 2025long

Recent research has shown that Large Language Models (LLMs) are vulnerable to automated jailbreak attacks, where adversarial suffixes crafted by algorithms appended to harmful queries bypass safety alignment and trigger unintended responses. Current methods for generating these suffixes are computat…

2025

ProMEA: Prompt-driven Expansion and Alignment for Single Domain Generalization

IJCAI 2025

In single Domain Generalization (single-DG), data scarcity in the single source domain hampers the learning for invariant features, leading to overfitting over source domain and poor generalization to unseen target domains. Existing single-DG methods primarily augment the source domain by adversaria

Cited by 0SourcePDFScholar
2025

SWEA: Updating Factual Knowledge in Large Language Models via Subject Word Embedding Altering

AAAI 2025technical

The general capabilities of large language models (LLMs) make them the infrastructure for various AI applications, but updating their inner knowledge requires significant resources. Recent model editing is a promising technique for efficiently updating a small amount of knowledge of LLMs and has att…

2025

Stand on The Shoulders of Giants: Building JailExpert from Previous Attack Experience

EMNLP 2025

Large language models (LLMs) generate human-aligned content under certain safety constraints. However, the current known technique “jailbreak prompt” can circumvent safety-aligned measures and induce LLMs to output malicious content. Research on Jailbreaking can help identify vulnerabilities in LLMs

Cited by 0SourcePDFScholar
2025

Towards Consistent Natural-Language Explanations via Explanation-Consistency Finetuning

COLING 2025main

Large language models (LLMs) often generate convincing, fluent explanations. However, different from humans, they often generate inconsistent explanations on different inputs. For example, an LLM may explain “all birds can fly” when answering the question “Can sparrows fly?” but meanwhile answer “no…

2025

Towards Verifiable Text Generation with Generative Agent

AAAI 2025technical

Text generation with citations makes it easy to verify the factuality of Large Language Models’ (LLMs) generations. Existing one-step generation studies expose distinct shortages in answer refinement and in-context demonstration matching. In light of these challenges, we propose R2-MGA, a Retrieval…

Cited by 0SourcePDFScholar
2024

Fast-ELECTRA for Efficient Pre-training

ICLR 2024poster

ELECTRA pre-trains language models by detecting tokens in a sequence that have been replaced by an auxiliary model. Although ELECTRA offers a significant boost in efficiency, its potential is constrained by the training cost brought by the auxiliary model. Notably, this model, which is jointly train…

Cited by 1SourcePDFScholar
2024

Optimal Auction Design with User Coupons in Advertising Systems

IJCAI 2024poster

Online advertising is a major revenue source for most Internet companies. The advertising opportunities are usually sold to advertisers through auctions that take into account the bids of the advertisers and the click-through rates (CTRs) and the conversion rates (CVRs) of the users. Standard auctio…

Cited by 0SourcePDFScholar
2024

ReEval: Automatic Hallucination Evaluation for Retrieval-Augmented Large Language Models via Transferable Adversarial Attacks

NAACL 2024findings

Despite remarkable advancements in mitigating hallucinations in large language models (LLMs) by retrieval augmentation, it remains challenging to measure the reliability of LLMs using static question-answering (QA) data. Specifically, given the potential of data contamination (e.g., leading to memor…

2024

Tell Your Model Where to Attend: Post-hoc Attention Steering for LLMs

ICLR 2024poster

In human-written articles, we often leverage the subtleties of text style, such as bold and italics, to guide the attention of readers. These textual emphases are vital for the readers to grasp the conveyed information. When interacting with large language models (LLMs), we have a similar need -- s…

2023

Augmenting Language Models with Long-Term Memory

NeurIPS 2023poster

Existing large language models (LLMs) can only afford fix-sized inputs due to the input length limit, preventing them from utilizing rich long-context information from past inputs. To address this, we propose a framework, Language Models Augmented with Long-Term Memory (LongMem), which enables LLMs…

Cited by 186SourcePDFScholar
2023

AutoMoE: Heterogeneous Mixture-of-Experts with Adaptive Computation for Efficient Neural Machine Translation

ACL 2023findings

Mixture-of-Expert (MoE) models have obtained state-of-the-art performance in Neural Machine Translation (NMT) tasks. Existing works in MoE mostly consider a homogeneous design where the same number of experts of the same size are placed uniformly throughout the network. Furthermore, existing MoE wor…

2023

Bridging Discrete and Backpropagation: Straight-Through and Beyond

NeurIPS 2023oral

Backpropagation, the cornerstone of deep learning, is limited to computing gradients for continuous variables. This limitation poses challenges for problems involving discrete latent variables. To address this issue, we propose a novel approach to approximate the gradient of parameters involved in g…

2023

Chain-of-Skills: A Configurable Model for Open-Domain Question Answering

ACL 2023long

The retrieval model is an indispensable component for real-world knowledge-intensive tasks, e.g., open-domain question answering (ODQA). As separate retrieval skills are annotated for different datasets, recent work focuses on customized methods, limiting the model transfer- ability and scalability.…

Cited by 27SourcePDFScholar
2023

Deep Generative Modeling on Limited Data with Regularization by Nontransferable Pre-trained Models

ICLR 2023poster

Deep generative models (DGMs) are data-eager because learning a complex model on limited data suffers from a large variance and easily overfits. Inspired by the classical perspective of the bias-variance tradeoff, we propose regularized deep generative model (Reg-DGM), which leverages a nontransfera…

2023

Model-Generated Pretraining Signals Improves Zero-Shot Generalization of Text-to-Text Transformers

ACL 2023long

This paper explores the effectiveness of model-generated signals in improving zero-shot generalization of text-to-text Transformers such as T5. We study various designs to pretrain T5 using an auxiliary model to construct more challenging token replacements for the main model to denoise. Key aspects…

2023

Pre-training Multi-task Contrastive Learning Models for Scientific Literature Understanding

EMNLP 2023long findings

Scientific literature understanding tasks have gained significant attention due to their potential to accelerate scientific discovery. Pre-trained language models (LMs) have shown effectiveness in these tasks, especially when tuned via contrastive learning. However, jointly utilizing pre-training da…

Cited by 0SourcecodeScholar
2023

Task-Aware Specialization for Efficient and Robust Dense Retrieval for Open-Domain Question Answering

ACL 2023short

Given its effectiveness on knowledge-intensive natural language processing tasks, dense retrieval models have become increasingly popular. Specifically, the de-facto architecture for open-domain question answering uses two isomorphic encoders that are initialized from the same pretrained model but s…

2023

Understand and Modularize Generator Optimization in ELECTRA-style Pretraining

ICML 2023poster

Despite the effectiveness of ELECTRA-style pre-training, their performance is dependent on the careful selection of the model size for the auxiliary generator, leading to high trial-and-error costs. In this paper, we present the first systematic study of this problem. Our theoretical investigation h…

Cited by 2SourcePDFScholar
2023

Visually-Augmented Language Modeling

ICLR 2023poster

Human language is grounded on multimodal knowledge including visual knowledge like colors, sizes, and shapes. However, current large-scale pre-trained language models rely on the text-only self-supervised training with massive text data, which precludes them from utilizing relevant visual informatio…

2022

AdaMix: Mixture-of-Adaptations for Parameter-efficient Model Tuning

EMNLP 2022main

Standard fine-tuning of large pre-trained language models (PLMs) for downstream tasks requires updating hundreds of millions to billions of parameters, and storing a large copy of the PLM weights for every task resulting in increased cost for storing, sharing and serving the models. To address this,…

2022

Few-shot Task-agnostic Neural Architecture Search for Distilling Large Language Models

NeurIPS 2022accept

Traditional knowledge distillation (KD) methods manually design student architectures to compress large models given pre-specified computational cost. This requires several trials to find viable students, and repeating the process with change in computational budget. We use Neural Architecture Searc…

2022

Human Parity on CommonsenseQA: Augmenting Self-Attention with External Attention

IJCAI 2022poster

Most of today's AI systems focus on using self-attention mechanisms and transformer architectures on large amounts of diverse data to achieve impressive performance gains. In this paper, we propose to augment the transformer architecture with an external attention mechanism to bring external knowled…

2022

Knowledge-Rich Self-Supervision for Biomedical Entity Linking

EMNLP 2022finding

Entity linking faces significant challenges such as prolific variations and prevalent ambiguities, especially in high-value domains with myriad entities. Standard classification approaches suffer from the annotation bottleneck and cannot effectively handle unseen entities. Zero-shot entity linking h…

Cited by 45SourcePDFScholar
2022

LiST: Lite Prompted Self-training Makes Parameter-efficient Few-shot Learners

NAACL 2022findings

We present a new method LiST for efficient fine-tuning of large pre-trained language models (PLMs) in few-shot learning settings. LiST improves over recent methods that adopt prompt-based fine-tuning (FN) using two key techniques. The first is the use of self-training to leverage large amounts of un…

2022

No Parameters Left Behind: Sensitivity Guided Adaptive Learning Rate for Training Large Transformer Models

ICLR 2022poster

Recent research has shown the existence of significant redundancy in large Transformer models. One can prune the redundant parameters without significantly sacrificing the generalization performance. However, we question whether the redundant parameters could have contributed more if they were prope…

2022

Open Domain Question Answering with A Unified Knowledge Interface

ACL 2022long

The retriever-reader framework is popular for open-domain question answering (ODQA) due to its ability to use explicit knowledge. Although prior work has sought to increase the knowledge coverage by incorporating structured knowledge beyond text, accessing heterogeneous knowledge sources through a u…

2022

Open-domain Question Answering via Chain of Reasoning over Heterogeneous Knowledge

EMNLP 2022finding

We propose a novel open-domain question answering (ODQA) framework for answering single/multi-hop questions across heterogeneous knowledge sources.The key novelty of our method is the introduction of the intermediary modules into the current retriever-reader pipeline.Unlike previous methods that sol…

2022

PTSEFormer: Progressive Temporal-Spatial Enhanced TransFormer towards Video Object Detection

ECCV 2022poster

"Recent years have witnessed a trend of applying context frames to boost the performance of object detection as video object detection. Existing methods usually aggregate features at one stroke to enhance the feature. These methods, however, usually lack spatial information from neighboring frames a…

2022

Taming Sparsely Activated Transformer with Stochastic Experts

ICLR 2022poster

Sparsely activated models (SAMs), such as Mixture-of-Experts (MoE), can easily scale to have outrageously large amounts of parameters without significant increase in computational cost. However, SAMs are reported to be parameter inefficient such that larger models do not always lead to better perfor…

2021

ARCH: Efficient Adversarial Regularized Training with Caching

EMNLP 2021finding

Adversarial regularization can improve model generalization in many natural language processing tasks. However, conventional approaches are computationally expensive since they need to generate a perturbation for each sample in each epoch. We propose a new adversarial regularization method ARCH (adv…

2021

Adversarial Regularization as Stackelberg Game: An Unrolled Optimization Approach

EMNLP 2021main

Adversarial regularization has been shown to improve the generalization performance of deep learning models in various natural language processing tasks. Existing works usually formulate the method as a zero-sum game, which is solved by alternating gradient descent/ascent algorithms. Such a formulat…

2021

DEBERTA: DECODING-ENHANCED BERT WITH DISENTANGLED ATTENTION

ICLR 2021poster

Recent progress in pre-trained neural language models has significantly improved the performance of many natural language processing (NLP) tasks. In this paper we propose a new model architecture DeBERTa (Decoding-enhanced BERT with disentangled attention) that improves the BERT and RoBERTa models u…

Cited by 3296SourcecodeScholar
2021

Few-Shot Learning Evaluation in Natural Language Understanding

NeurIPS 2021poster

Most recent progress in natural language understanding (NLU) has been driven, in part, by benchmarks such as GLUE, SuperGLUE, SQuAD, etc. In fact, many NLU models have now matched or exceeded "human-level" performance on many tasks in these benchmarks. Most of these benchmarks, however, give models…

Cited by 3SourcecodeScholar
2021

Generation-Augmented Retrieval for Open-Domain Question Answering

ACL 2021long

We propose Generation-Augmented Retrieval (GAR) for answering open-domain questions, which augments a query through text generation of heuristically discovered relevant contexts without external resources as supervision. We demonstrate that the generated contexts substantially enrich the semantics o…

2021

HittER: Hierarchical Transformers for Knowledge Graph Embeddings

EMNLP 2021main

This paper examines the challenging problem of learning representations of entities and relations in a complex multi-relational knowledge graph. We propose HittER, a Hierarchical Transformer model to jointly learn Entity-relation composition and Relational contextualization based on a source entity’…

Cited by 126SourcePDFScholar
2021

Posterior Differential Regularization with f-divergence for Improving Model Robustness

NAACL 2021long

We address the problem of enhancing model robustness through regularization. Specifically, we focus on methods that regularize the model posterior difference between clean and noisy inputs. Theoretically, we provide a connection of two recent methods, Jacobian Regularization and Virtual Adversarial…

Cited by 34SourcePDFScholar
2021

Super Tickets in Pre-Trained Language Models: From Model Compression to Improving Generalization

ACL 2021long

The Lottery Ticket Hypothesis suggests that an over-parametrized network consists of ”lottery tickets”, and training a certain collection of them (i.e., a subnetwork) can match the performance of the full model. In this paper, we study such a collection of tickets, which is referred to as ”winning t…

2021

Targeted Adversarial Training for Natural Language Understanding

NAACL 2021long

We present a simple yet effective Targeted Adversarial Training (TAT) algorithm to improve adversarial training for natural language understanding. The key idea is to introspect current mistakes and prioritize adversarial training steps to where the model errs the most. Experiments show that TAT can…

2021

Token-wise Curriculum Learning for Neural Machine Translation

EMNLP 2021finding

Existing curriculum learning approaches to Neural Machine Translation (NMT) require sampling sufficient amounts of “easy” samples from training data at the early training stage. This is not always achievable for low-resource languages where the amount of training data is limited. To address such a l…

2021

Tuning Large Neural Networks via Zero-Shot Hyperparameter Transfer

NeurIPS 2021poster

Hyperparameter (HP) tuning in deep learning is an expensive process, prohibitively so for neural networks (NNs) with billions of parameters. We show that, in the recently discovered Maximal Update Parametrization ($\mu$P), many optimal HPs remain stable even as model size changes. This leads to a ne…

2021

UnitedQA: A Hybrid Approach for Open Domain Question Answering

ACL 2021long

To date, most of recent work under the retrieval-reader framework for open-domain QA focuses on either extractive or generative reader exclusively. In this paper, we study a hybrid approach for leveraging the strengths of both models. We apply novel techniques to enhance both extractive and generati…

Cited by 54SourcePDFScholar
2020

A Tale of Two Linkings: Dynamically Gating between Schema Linking and Structural Linking for Text-to-SQL Parsing

COLING 2020main

In Text-to-SQL semantic parsing, selecting the correct entities (tables and columns) for the generated SQL query is both crucial and challenging; the parser is required to connect the natural language (NL) question and the SQL query to the structured knowledge in the database. We formulate two linki…

2020

On the Variance of the Adaptive Learning Rate and Beyond

ICLR 2020poster

The learning rate warmup heuristic achieves remarkable success in stabilizing training, accelerating convergence and improving generalization for adaptive stochastic optimization algorithms like RMSprop and Adam. Pursuing the theory behind warmup, we identify a problem of the adaptive learning rate…

Cited by 2552SourcecodeScholar
2020

UniLMv2: Pseudo-Masked Language Models for Unified Language Model Pre-Training

ICML 2020poster

We propose to pre-train a unified language model for both autoencoding and partially autoregressive language modeling tasks using a novel training procedure, referred to as a pseudo-masked language model (PMLM). Given an input text with masked tokens, we rely on conventional masks to learn inter-rel…

2019

Unified Language Model Pre-training for Natural Language Understanding and Generation

NeurIPS 2019poster

This paper presents a new Unified pre-trained Language Model (UniLM) that can be fine-tuned for both natural language understanding and generation tasks. The model is pre-trained using three types of language modeling tasks: unidirectional, bidirectional, and sequence-to-sequence prediction. The uni…

2018

Language-Based Image Editing With Recurrent Attentive Models

CVPR 2018poster

We investigate the problem of Language-Based Image Editing (LBIE). Given a source image and a natural language description, we want to generate a target image by editing the source image based on the description. We propose a generic modeling framework for two sub-tasks of LBIE: language-based image…

2018

Navigating with Graph Representations for Fast and Scalable Decoding of Neural Language Models

NeurIPS 2018poster

Neural language models (NLMs) have recently gained a renewed interest by achieving state-of-the-art performance across many natural language processing (NLP) tasks. However, NLMs are very computationally demanding largely due to the computational cost of the decoding process, which consists of a sof…