← Search

Xiaoyan Zhu

17 accepted papers

2026

Making Every Head Count: Sparse Attention Without the Speed-Performance Trade-off

AAAI 2026technical

The design of Large Language Models (LLMs) has long been hampered by a fundamental conflict within their core attention mechanism: its remarkable expressivity is built upon a computational complexity of O(H·N²) that grows quadratically with the context size (N) and linearly with the number of heads

Cited by 0SourcePDFScholar
2026

Mosaic Pruning: A Hierarchical Framework for Generalizable Pruning of Mixture-of-Experts Models

AAAI 2026technical

Sparse Mixture-of-Experts (SMoE) architectures have enabled a new frontier in scaling Large Language Models (LLMs), offering superior performance by activating only a fraction of their total parameters during inference. However, their practical deployment is severely hampered by substantial static m

Cited by 0SourcePDFScholar
2026

RaGEP: Rank-aware Geometric Expert Pruning for Mixture-of-Experts Language Models

ICML 2026poster

Sparse Mixture-of-Experts (MoE) architectures scale model capacity efficiently but suffer from massive static parameter footprints, creating significant deployment burdens on memory-constrained hardware. Existing post-training pruning methods often rely on scalar statistics, ignoring the representat…

Cited by 0SourceScholar
2026

Regret Pre-training: Bridging Prior and Posterior Views for Enhanced Knowledge Grounding

ICML 2026poster

Causal language models factorize sequence probabilities using only preceding context, leaving future information unexploited during training despite its availability in the training data. This paper introduces Regret Pre-training, a self-supervised framework grounded in the Learning Using Privileged…

Cited by 0SourceScholar
2025

Multi-Label Ranking Loss Minimization for Matrix Completion

AAAI 2025technical

The common matrix completion methods minimize the rank of the matrix to be completed in addition to the Hamming loss between the incomplete and completed matrices. The rank of matrix measures the linear relation among the vectors of matrix, which may introduce ambiguity for data recovery. To cope wi…

2023

AdaBoost.C2: Boosting Classifiers Chains for Multi-Label Classification

AAAI 2023technical

During the last decades, multi-label classification (MLC) has attracted the attention of more and more researchers due to its wide real-world applications. Many boosting methods for MLC have been proposed and achieved great successes. However, these methods only extend existing boosting frameworks t…

2023

Building Multi-domain Dialog State Trackers from Single-domain Dialogs

EMNLP 2023long main

Existing multi-domain dialog state tracking (DST) models are developed based on multi-domain dialogs, which require significant manual effort to define domain relations and collect data. This process can be challenging and expensive, particularly when numerous domains are involved. In this paper, we…

Cited by 0SourceScholar
2023

DecompEval: Evaluating Generated Texts as Unsupervised Decomposed Question Answering

ACL 2023long

Existing evaluation metrics for natural language generation (NLG) tasks face the challenges on generalization ability and interpretability. Specifically, most of the well-performed metrics are required to train on evaluation datasets of specific NLG tasks and evaluation dimensions, which may cause o…

2023

KPT: Keyword-Guided Pre-training for Grounded Dialog Generation

AAAI 2023technical

Incorporating external knowledge into the response generation process is essential to building more helpful and reliable dialog agents. However, collecting knowledge-grounded conversations is often costly, calling for a better pre-trained model for grounded dialog generation that generalizes well w.…

Cited by 3SourcePDFScholar
2022

CTRLEval: An Unsupervised Reference-Free Metric for Evaluating Controlled Text Generation

ACL 2022long

Existing reference-free metrics have obvious limitations for evaluating controlled text generation models. Unsupervised metrics can only provide a task-agnostic evaluation result which correlates weakly with human judgments, whereas supervised ones may overfit task-specific data with poor generaliza…

2022

Curriculum-Based Self-Training Makes Better Few-Shot Learners for Data-to-Text Generation

IJCAI 2022poster

Despite the success of text-to-text pre-trained models in various natural language generation (NLG) tasks, the generation performance is largely restricted by the number of labeled data in downstream tasks, particularly in data-to-text generation tasks. Existing works mostly utilize abundant unlabel…

2022

Learning Instructions with Unlabeled Data for Zero-Shot Cross-Task Generalization

EMNLP 2022main

Training language models to learn from human instructions for zero-shot cross-task generalization has attracted much attention in NLP communities. Recently, instruction tuning (IT), which fine-tunes a pre-trained language model on a massive collection of tasks described via human-craft instructions,…

2022

On the Safety of Conversational Models: Taxonomy, Dataset, and Benchmark

ACL 2022findings

Dialogue safety problems severely limit the real-world deployment of neural conversational models and have attracted great research interests recently. However, dialogue safety problems remain under-defined and the corresponding dataset is scarce. We propose a taxonomy for dialogue safety specifical…

2022

Rethinking and Refining the Distinct Metric

ACL 2022short

Distinct is a widely used automatic metric for evaluating diversity in language generation tasks. However, we observed that the original approach to calculating distinct scores has evident biases that tend to assign higher penalties to longer sequences. We refine the calculation of distinct scores b…

2021

A Semantic-based Method for Unsupervised Commonsense Question Answering

ACL 2021long

Unsupervised commonsense question answering is appealing since it does not rely on any labeled task data. Among existing work, a popular solution is to use pre-trained language models to score candidate choices directly conditioned on the question or context. However, such scores from language model…

2021

EARL: Informative Knowledge-Grounded Conversation Generation with Entity-Agnostic Representation Learning

EMNLP 2021main

Generating informative and appropriate responses is challenging but important for building human-like dialogue systems. Although various knowledge-grounded conversation models have been proposed, these models have limitations in utilizing knowledge that infrequently occurs in the training data, not…