← Search

Xuebo Liu

68 accepted papers

2026

AgentVocab: Structure-Aware Vocabulary Adaptation for Efficient LLM Agents

ICML 2026poster

Recent large language models (LLMs) have demonstrated strong capabilities across challenging tasks, enabling their widespread adoption in agentic systems that interact with external tools. In such deployments, however, LLMs are typically trained with general-purpose tokenizers designed for broad lan…

Cited by 0SourceScholar
2026

Can LLM Agents Stick to the Script? Modeling Commitment in Interactive Narratives

ICML 2026poster

The rapid advancement of Large Language Models (LLMs) is revolutionizing AI for Game by enabling open-ended and fluid interactive storytelling. However, existing research has largely overlooked the critical challenge of maintaining logical consistency and narrative integrity against unconstrained us…

Cited by 0SourceScholar
2026

CoCoReviewBench: A Completeness- and Correctness-Oriented Benchmark for AI Reviewers

ICML 2026poster

Despite the rapid development of AI reviewers, evaluating such systems remains challenging: metrics favor overlap with human reviews over correctness. However, since human reviews often cover only a subset of salient issues and sometimes contain mistakes, they are unreliable as gold references. To a…

Cited by 0SourceScholar
2026

Exposing the Cracks: Vulnerabilities of Retrieval-Augmented LLM-based Machine Translation

AAAI 2026technical

REtrieval-Augmented LLM-based Machine Translation (REAL-MT) shows promise for knowledge-intensive tasks like idiomatic translation, but its reliability under noisy retrieval, a common challenge in real-world deployment, remains poorly understood. To address this gap, we propose a noise synthesis fra

Cited by 0SourcePDFScholar
2026

MASPO: Joint Prompt Optimization for LLM-based Multi-Agent Systems

ICML 2026poster

Large language model (LLM)-based Multi-agent systems (MAS) have shown promise in tackling complex collaborative tasks, where agents are typically orchestrated via role-specific prompts. While the quality of these prompts is pivotal, jointly optimizing them across interacting agents remains a non-tri…

Cited by 0SourceScholar
2026

REA-RL: Reflection-Aware Online Reinforcement Learning for Efficient Reasoning

ICLR 2026poster

Large Reasoning Models (LRMs) demonstrate strong performance in complex tasks but often face the challenge of *overthinking*, leading to substantially high inference costs. Existing approaches synthesize shorter reasoning responses for LRMs to learn, but are inefficient for online usage due to the t…

Cited by 0SourcecodeScholar
2026

SafeCompass: Dynamic Chain-of-Thought Steering via Inference-Time Safety Signals

ICML 2026poster

Large reasoning models (LRMs) achieve strong performance by explicitly generating chain-of-thought (CoT) reasoning, but this reasoning process can be manipulated by adversarial prompts. Inference-time CoT interventions offer a simple and lightweight approach to improving safety, yet existing methods…

Cited by 0SourceScholar
2026

SuCo: Sufficiency-guided Continuous Adaptive Reasoning

ICML 2026poster

Despite remarkable performance on complex tasks, Large Reasoning Models (LRMs) often generate excessively long Chain-of-Thoughts (CoT), inflating computational costs even for simple queries. Existing efforts to mitigate this inefficiency typically rely on discrete reasoning modes or fixed budget tie…

Cited by 0SourceScholar
2026

TGV-KV: Text-Grounded KV Eviction for Vision-Language Models

ICML 2026poster

Vision-Language Models (VLMs) inherit the auto-regressive generation paradigm and cache the keys and values (KV) of all previous tokens to accelerate inference, resulting in memory consumption that scales linearly with context length. This issue is particularly pronounced in VLMs due to substantial …

Cited by 0SourceScholar
2025

APT: Improving Specialist LLM Performance with Weakness Case Acquisition and Iterative Preference Training

ACL 2025finding

Large Language Models (LLMs) often require domain-specific fine-tuning to address targeted tasks, which risks degrading their general capabilities. Maintaining a balance between domain-specific enhancements and general model utility is a key challenge. This paper proposes a novel approach named APT…

2025

AQuilt: Weaving Logic and Self-Inspection into Low-Cost, High-Relevance Data Synthesis for Specialist LLMs

EMNLP 2025

Despite the impressive performance of large language models (LLMs) in general domains, they often underperform in specialized domains. Existing approaches typically rely on data synthesis methods and yield promising results by using unlabeled data to capture domain-specific features. However, these

2025

AgentDropout: Dynamic Agent Elimination for Token-Efficient and High-Performance LLM-Based Multi-Agent Collaboration

ACL 2025long

Multi-agent systems (MAS) based on large language models (LLMs) have demonstrated significant potential in collaborative problem-solving. However, they still face substantial challenges of low communication efficiency and suboptimal task performance, making the careful design of the agents’ communic…

2025

AgentInit: Initializing LLM-based Multi-Agent Systems via Diversity and Expertise Orchestration for Effective and Efficient Collaboration

EMNLP 2025

Proper initialization is crucial for any system, particularly in multi-agent systems (MAS), where it plays a pivotal role in determining both the system’s efficiency and effectiveness. However, existing MAS initialization methods do not fully account for the collaborative needs of the generated agen

2025

CDT: A Comprehensive Capability Framework for Large Language Models Across Cognition, Domain, and Task

EMNLP 2025

Recent advances in Large Language Models (LLMs) have significantly enhanced their capabilities, highlighting the need for comprehensive evaluation frameworks that extend beyond task-specific benchmarks.However, existing benchmarks often focus on isolated abilities, lacking a holistic framework for a

2025

DRPruning: Efficient Large Language Model Pruning through Distributionally Robust Optimization

ACL 2025long

Large language models (LLMs) deliver impressive results but face challenges from increasing model sizes and computational costs. Structured pruning reduces model size and speeds up inference but often causes uneven degradation across domains, leading to biased performance. To address this, we propos…

2025

DelTA: An Online Document-Level Translation Agent Based on Multi-Level Memory

ICLR 2025poster

Large language models (LLMs) have achieved reasonable quality improvements in machine translation (MT). However, most current research on MT-LLMs still faces significant challenges in maintaining translation consistency and accuracy when processing entire documents. In this paper, we introduce DelTA…

2025

DynamicKV: Task-Aware Adaptive KV Cache Compression for Long Context LLMs

EMNLP 2025

Efficiently managing the KV cache in Large Language Models (LLMs) is a critical challenge for long-context processing tasks such as retrieval-augmented generation (RAG), long text summarization, and multi-document analysis. Extending the context length substantially increases the KV cache size, lead

2025

Knowledge Editing with Dynamic Knowledge Graphs for Multi-Hop Question Answering

AAAI 2025technical

Multi-hop question answering (MHQA) poses a significant challenge for large language models (LLMs) due to the extensive knowledge demands involved. Knowledge editing, which aims to precisely modify the LLMs to incorporate specific knowledge without negatively impacting other unrelated knowledge, off…

2025

Runaway is Ashamed, But Helpful: On the Early-Exit Behavior of Large Language Model-based Agents in Embodied Environments

EMNLP 2025

Agents powered by large language models (LLMs) have demonstrated strong planning and decision-making capabilities in complex embodied environments. However, such agents often suffer from inefficiencies in multi-turn interactions, frequently trapped in repetitive loops or issuing ineffective commands

2025

SGIC: A Self-Guided Iterative Calibration Framework for RAG

ACL 2025long

Recent research in retrieval-augmented generation (RAG) has concentrated on retrieving useful information from candidate documents. However, numerous methodologies frequently neglect the calibration capabilities of large language models (LLMs), which capitalize on their robust in-context reasoning p…

2025

SeaPO: Strategic Error Amplification for Robust Preference Optimization of Large Language Models

EMNLP 2025

Existing alignment methods for preference optimization of large language models (LLMs) aim to enhance model performance by utilizing pairs of positive and negative samples. However, due to the limited capacity of models in scoring or generating responses, the quality of positive and negative samples

Cited by 0SourcePDFScholar
2025

UnrealLLM: Towards Highly Controllable and Interactable 3D Scene Generation by LLM-powered Procedural Content Generation

ACL 2025finding

The creation of high-quality 3D scenes is essential for applications like video games and simulations, yet automating this process while retaining the benefits of Procedural Content Generation (PCG) remains challenging. In this paper, we introduce UnrealLLM, a novel multi-agent framework that connec…

Cited by 0SourcePDFScholar
2025

Weight-Aware Activation Sparsity with Constrained Bayesian Optimization Scheduling for Large Language Models

EMNLP 2025

Activation sparsity provides a dynamic, input-dependent alternative to weight pruning for accelerating inference in large language models (LLMs), effectively reducing unnecessary computations and memory accesses during the forward pass. Despite its promise, existing activation sparsification methods

2025

Who Wrote This? The Key to Zero-Shot LLM-Generated Text Detection Is GECScore

COLING 2025main

The efficacy of detectors for texts generated by large language models (LLMs) substantially depends on the availability of large-scale training data. However, white-box zero-shot detectors, which require no such data, are limited by the accessibility of the source model of the LLM-generated text. In…

2024

3AM: An Ambiguity-Aware Multi-Modal Machine Translation Dataset

COLING 2024main

Multimodal machine translation (MMT) is a challenging task that seeks to improve translation quality by incorporating visual information. However, recent studies have indicated that the visual information provided by existing MMT datasets is insufficient, causing models to disregard it and overestim…

2024

Can LLMs Learn Uncertainty on Their Own? Expressing Uncertainty Effectively in A Self-Training Manner

EMNLP 2024main

Large language models (LLMs) often exhibit excessive, random, and uninformative uncertainty, rendering them unsuitable for decision-making in human-computer interactions. In this paper, we aim to instigate a heightened awareness of self-uncertainty in LLMs, enabling them to express uncertainty more…

Cited by 4SourcePDFScholar
2024

CommonIT: Commonality-Aware Instruction Tuning for Large Language Models via Data Partitions

EMNLP 2024main

With instruction tuning, Large Language Models (LLMs) can enhance their ability to adhere to commands. Diverging from most works focusing on data mixing, our study concentrates on enhancing the model’s capabilities from the perspective of data sampling during training. Drawing inspiration from the h…

2024

Curriculum Consistency Learning for Conditional Sentence Generation

EMNLP 2024main

Consistency learning (CL) has proven to be a valuable technique for improving the robustness of models in conditional sentence generation (CSG) tasks by ensuring stable predictions across various input data forms. However, models augmented with CL often face challenges in optimizing consistency feat…

2024

DB-LLM: Accurate Dual-Binarization for Efficient LLMs

ACL 2024findings

Large language models (LLMs) have significantly advanced the field of natural language processing, while the expensive memory and computation consumption impede their practical deployment. Quantization emerges as one of the most effective methods for improving the computational efficiency of LLMs. H…

2024

Domain-Aware k-Nearest-Neighbor Knowledge Distillation for Machine Translation

ACL 2024findings

kNN-MT has utilized neighborhood knowledge for auxiliary decoding, significantly improving translation performance. Subsequently, kNN-KD transitions the use of neighborhood knowledge from the decoding phase to the training phase, to address the temporal and spatial inefficiencies inherent in kNN-MT.…

2024

EvalCrafter: Benchmarking and Evaluating Large Video Generation Models

CVPR 2024poster

The vision and language generative models have been overgrown in recent years. For video generation various open-sourced models and public-available services have been developed to generate high-quality videos. However these methods often use a few metrics e.g. FVD or IS to evaluate the performance.…

2024

Improving Attributed Text Generation of Large Language Models via Preference Learning

ACL 2024findings

Large language models have been widely adopted in natural language processing, yet they face the challenge of generating unreliable content. Recent works aim to reduce misinformation and hallucinations by resorting to attribution as a means to provide evidence (i.e., citations). However, current att…

Cited by 9SourcePDFScholar
2024

LPZero: Language Model Zero-cost Proxy Search from Zero

EMNLP 2024finding

Despite the outstanding performance, Neural Architecture Search (NAS) is criticized for massive computation. Recently, Zero-shot NAS has emerged as a promising approach by exploiting Zero-cost (ZC) proxies, which markedly reduce computational demands. Despite this, existing ZC proxies heavily rely o…

Cited by 2SourcePDFScholar
2024

LRQuant: Learnable and Robust Post-Training Quantization for Large Language Models

ACL 2024long

Post-training quantization (PTQ) for large language models (LLMs) significantly accelerates model inference and relieves memory constraints, without incurring model training. A “smoothing paradigm” is commonly used in LLM quantization, which transfers the quantization difficulty of activation to wei…

2024

NewTerm: Benchmarking Real-Time New Terms for Large Language Models with Annual Updates

NeurIPS 2024poster

Despite their remarkable abilities in various tasks, large language models (LLMs) still struggle with real-time information (e.g., new facts and terms) due to the knowledge cutoff in their development process. However, existing benchmarks focus on outdated content and limited fields, facing difficul…

2024

Pluggable Neural Machine Translation Models via Memory-augmented Adapters

COLING 2024main

Although neural machine translation (NMT) models perform well in the general domain, it remains rather challenging to control their generation behavior to satisfy the requirement of different users. Given the expensive training cost and the data scarcity challenge of learning a new model from scratc…

2024

Revisiting Demonstration Selection Strategies in In-Context Learning

ACL 2024long

Large language models (LLMs) have shown an impressive ability to perform a wide range of tasks using in-context learning (ICL), where a few examples are used to describe a task to the model. However, the performance of ICL varies significantly with the choice of demonstrations, and previous research…

2024

SelectIT: Selective Instruction Tuning for LLMs via Uncertainty-Aware Self-Reflection

NeurIPS 2024poster

Instruction tuning (IT) is crucial to tailoring large language models (LLMs) towards human-centric interactions. Recent advancements have shown that the careful selection of a small, high-quality subset of IT data can significantly enhance the performance of LLMs. Despite this, common approaches of…

2024

Self-Powered LLM Modality Expansion for Large Speech-Text Models

EMNLP 2024main

Large language models (LLMs) exhibit remarkable performance across diverse tasks, indicating their potential for expansion into large speech-text models (LSMs) by integrating speech capabilities. Although unified speech-text pre-training and multimodal data instruction-tuning offer considerable bene…

2024

Speech Sense Disambiguation: Tackling Homophone Ambiguity in End-to-End Speech Translation

ACL 2024long

End-to-end speech translation (ST) presents notable disambiguation challenges as it necessitates simultaneous cross-modal and cross-lingual transformations. While word sense disambiguation is an extensively investigated topic in textual machine translation, the exploration of disambiguation strategi…

2024

TasTe: Teaching Large Language Models to Translate through Self-Reflection

ACL 2024long

Large language models (LLMs) have exhibited remarkable performance in various natural language processing tasks. Techniques like instruction tuning have effectively enhanced the proficiency of LLMs in the downstream task of machine translation. However, the existing approaches fail to yield satisfac…

2024

Towards Demonstration-Aware Large Language Models for Machine Translation

ACL 2024findings

Tuning-based large language models for machine translation (aka large translation model, LTM) have demonstrated significant performance in the field of machine translation. Despite their success, these models often face difficulties in leveraging demonstrations to further improve their performance.…

2023

Clustering Pseudo Language Family in Multilingual Translation Models with Fisher Information Matrix

EMNLP 2023short main

In multilingual translation research, the comprehension and utilization of language families are of paramount importance. Nevertheless, clustering languages based solely on their ancestral families can yield suboptimal results due to variations in the datasets employed during the model's training ph…

Cited by 0SourcecodeScholar
2023

Improving Simultaneous Machine Translation with Monolingual Data

AAAI 2023technical

Simultaneous machine translation (SiMT) is usually done via sequence-level knowledge distillation (Seq-KD) from a full-sentence neural machine translation (NMT) model. However, there is still a significant performance gap between NMT and SiMT. In this work, we propose to leverage monolingual data to…

2023

PromptST: Abstract Prompt Learning for End-to-End Speech Translation

EMNLP 2023long main

An end-to-end speech-to-text (S2T) translation model is usually initialized from a pre-trained speech recognition encoder and a pre-trained text-to-text (T2T) translation decoder. Although this straightforward setting has been shown empirically successful, there do not exist clear answers to the res…

Cited by 0SourcecodeScholar
2023

Revisiting Commonsense Reasoning in Machine Translation: Training, Evaluation and Challenge

ACL 2023long

The ability of commonsense reasoning (CR) decides whether a neural machine translation (NMT) model can move beyond pattern recognition. Despite the rapid advancement of NMT and the use of pretraining to enhance NMT models, research on CR in NMT is still in its infancy, leaving much to be explored in…

2023

Revisiting Token Dropping Strategy in Efficient BERT Pretraining

ACL 2023long

Token dropping is a recently-proposed strategy to speed up the pretraining of masked language models, such as BERT, by skipping the computation of a subset of the input tokens at several middle layers. It can effectively reduce the training time without degrading much performance on downstream tasks…

2023

TemplateGEC: Improving Grammatical Error Correction with Detection Template

ACL 2023long

Grammatical error correction (GEC) can be divided into sequence-to-edit (Seq2Edit) and sequence-to-sequence (Seq2Seq) frameworks, both of which have their pros and cons. To utilize the strengths and make up for the shortcomings of these frameworks, this paper proposes a novel method, TemplateGEC, wh…

2023

Test-time Adaptation for Machine Translation Evaluation by Uncertainty Minimization

ACL 2023long

The neural metrics recently received considerable attention from the research community in the automatic evaluation of machine translation. Unlike text-based metrics that have interpretable and consistent evaluation mechanisms for various data sources, the reliability of neural metrics in assessing…

2023

Towards Making the Most of ChatGPT for Machine Translation

EMNLP 2023long findings

ChatGPT shows remarkable capabilities for machine translation (MT). Several prior studies have shown that it achieves comparable results to commercial systems for high-resource languages, but lags behind in complex tasks, e.g, low-resource and distant-language-pairs translation. However, they usuall…

Cited by 0SourcecodeScholar
2023

TransGEC: Improving Grammatical Error Correction with Translationese

ACL 2023findings

Data augmentation is an effective way to improve model performance of grammatical error correction (GEC). This paper identifies a critical side-effect of GEC data augmentation, which is due to the style discrepancy between the data used in GEC tasks (i.e., texts produced by non-native speakers) and…

2023

kNN-TL: k-Nearest-Neighbor Transfer Learning for Low-Resource Neural Machine Translation

ACL 2023long

Transfer learning has been shown to be an effective technique for enhancing the performance of low-resource neural machine translation (NMT). This is typically achieved through either fine-tuning a child model with a pre-trained parent model, or by utilizing the out- put of the parent model during t…

2022

Breaking the Representation Bottleneck of Chinese Characters: Neural Machine Translation with Stroke Sequence Modeling

EMNLP 2022main

Existing research generally treats Chinese character as a minimum unit for representation. However, such Chinese character representation will suffer two bottlenecks: 1) Learning bottleneck, the learning cannot benefit from its rich internal features (e.g., radicals and strokes); and 2) Parameter bo…

2022

ConsistTL: Modeling Consistency in Transfer Learning for Low-Resource Neural Machine Translation

EMNLP 2022main

Transfer learning is a simple and powerful method that can be used to boost model performance of low-resource neural machine translation (NMT). Existing transfer learning methods for NMT are static, which simply transfer knowledge from a parent model to a child model once via parameter initializatio…

2022

ODE Transformer: An Ordinary Differential Equation-Inspired Model for Sequence Generation

ACL 2022long

Residual networks are an Euler discretization of solutions to Ordinary Differential Equations (ODE). This paper explores a deeper relationship between Transformer and numerical ODE methods. We first show that a residual block of layers in Transformer can be described as a higher-order solution to OD…

2022

Revisiting Grammatical Error Correction Evaluation and Beyond

EMNLP 2022main

Pretraining-based (PT-based) automatic evaluation metrics (e.g., BERTScore and BARTScore) have been widely used in several sentence generation tasks (e.g., machine translation and text summarization) due to their better correlation with human judgments over traditional overlap-based methods. Althoug…

2021

Meta-Curriculum Learning for Domain Adaptation in Neural Machine Translation

AAAI 2021technical

Meta-learning has been sufficiently validated to be beneficial for low-resource neural machine translation (NMT). However, we find that meta-trained NMT fails to improve the translation performance of the domain unseen at the meta-training stage. In this paper, we aim to alleviate this issue by prop…

2021

On the Complementarity between Pre-Training and Back-Translation for Neural Machine Translation

EMNLP 2021finding

Pre-training (PT) and back-translation (BT) are two simple and powerful methods to utilize monolingual data for improving the model performance of neural machine translation (NMT). This paper takes the first step to investigate the complementarity between PT and BT. We introduce two probing tasks fo…

2021

Rejuvenating Low-Frequency Words: Making the Most of Parallel Data in Non-Autoregressive Translation

ACL 2021long

Knowledge distillation (KD) is commonly used to construct synthetic data for training non-autoregressive translation (NAT) models. However, there exists a discrepancy on low-frequency words between the distilled and the original data, leading to more errors on predicting low-frequency words. To alle…

2021

Understanding and Improving Encoder Layer Fusion in Sequence-to-Sequence Learning

ICLR 2021poster

Encoder layer fusion (EncoderFusion) is a technique to fuse all the encoder layers (instead of the uppermost layer) for sequence-to-sequence (Seq2Seq) models, which has proven effective on various NLP tasks. However, it is still not entirely clear why and when EncoderFusion should work. In this pape…

2021

Understanding and Improving Lexical Choice in Non-Autoregressive Translation

ICLR 2021poster

Knowledge distillation (KD) is essential for training non-autoregressive translation (NAT) models by reducing the complexity of the raw data with an autoregressive teacher model. In this study, we empirically show that as a side effect of this training, the lexical choice errors on low-frequency wor…

Cited by 100SourcePDFScholar
2020

AE TextSpotter: Learning Visual and Linguistic Representation for Ambiguous Text Spotting

ECCV 2020poster

Scene text spotting aims to detect and recognize the entire word or sentence with multiple characters in natural images. It is still challenging because ambiguity often occurs when the spacing between characters is large or the characters are evenly spread in multiple rows and columns, making many v…

Cited by 26SourcePDFScholar
2020

PolarMask: Single Shot Instance Segmentation With Polar Representation

CVPR 2020oral

In this paper, we introduce an anchor-box free and single shot instance segmentation method, which is conceptually simple, fully convolutional and can be used by easily embedding it into most off-the-shelf detection methods. Our method, termed PolarMask, formulates the instance segmentation problem…

Cited by 764PDFcodeScholar
2020

Scene Text Image Super-resolution in the wild

ECCV 2020poster

Low-resolution text images are often seen in natural scenes such as documents captured by mobile phones. Recognizing low-resolution text images is challenging because they lose detailed content information, leading to poor recognition accuracy. An intuitive solution is to introduce super-resolution…

2018

FOTS: Fast Oriented Text Spotting With a Unified Network

CVPR 2018poster

Incidental scene text spotting is considered one of the most difficult and valuable challenges in the document analysis community. Most existing methods treat text detection and recognition as separate tasks. In this work, we propose a unified end-to-end trainable Fast Oriented Text Spotting (FOTS)…

Cited by 664SourcePDFScholar