← Search

Zewen Chi

19 accepted papers

2026

SlideSparse: Fast and Flexible (2N-2):2N Structured Sparsity

ICML 2026poster

NVIDIA's 2:4 Sparse Tensor Cores deliver $2\times$ throughput but demand 50% pruning—a ratio that collapses LLM reasoning accuracy (Qwen3: 54%→15%). Milder $(2N-2):2N$ patterns (e.g., 6:8, 25% pruning) preserve accuracy yet receive *no* hardware support, falling back to dense execution. We present *…

Cited by 0SourceScholar
2025

FlashBack: Efficient Retrieval-Augmented Language Modeling for Fast Inference

ACL 2025finding

Retrieval-Augmented Language Modeling (RALM) by integrating large language models (LLM) with relevant documents from an external corpus is a proven methodology for enabling the LLM to generate information beyond the scope of its pre-training corpus. Previous work by retrieving a set of tokens iterat…

2025

Think Only When You Need with Large Hybrid-Reasoning Models

NeurIPS 2025poster

Recent Large Reasoning Models (LRMs) have shown substantially improved reasoning capabilities over traditional Large Language Models (LLMs) by incorporating extended thinking processes prior to producing final responses. However, excessively lengthy thinking introduces substantial overhead in terms…

Cited by 0SourceScholar
2024

ProtLLM: An Interleaved Protein-Language LLM with Protein-as-Word Pre-Training

ACL 2024long

We propose ProtLLM, a versatile cross-modal large language model (LLM) for both protein-centric and protein-language tasks. ProtLLM features a unique dynamic protein mounting mechanism, enabling it to handle complex inputs where the natural language text is interspersed with an arbitrary number of p…

Cited by 17SourcePDFScholar
2023

Beyond English-Centric Bitexts for Better Multilingual Language Representation Learning

ACL 2023long

In this paper, we elaborate upon recipes for building multilingual representation models that are not only competitive with existing state-of-the-art models but are also more parameter efficient, thereby promoting better adoption in resource-constrained scenarios and practical applications. We show…

Cited by 19SourcePDFScholar
2023

Bridging The Gap: Entailment Fused-T5 for Open-retrieval Conversational Machine Reading Comprehension

ACL 2023long

Open-retrieval conversational machine reading comprehension (OCMRC) simulates real-life conversational interaction scenes. Machines are required to make a decision of “Yes/No/Inquire” or generate a follow-up question when the decision is “Inquire” based on retrieved rule texts, user scenario, user q…

2023

Can Cross-Lingual Transferability of Multilingual Transformers Be Activated Without End-Task Data?

ACL 2023findings

Pretrained multilingual Transformers have achieved great success in cross-lingual transfer learning. Current methods typically activate the cross-lingual transferability of multilingual Transformers by fine-tuning them on end-task data. However, the methods cannot perform cross-lingual transfer when…

2023

Language Is Not All You Need: Aligning Perception with Language Models

NeurIPS 2023poster

A big convergence of language, multimodal perception, action, and world modeling is a key step toward artificial general intelligence. In this work, we introduce KOSMOS-1, a Multimodal Large Language Model (MLLM) that can perceive general modalities, learn in context (i.e., few-shot), and follow ins…

2022

ET5: A Novel End-to-end Framework for Conversational Machine Reading Comprehension

COLING 2022main

Conversational machine reading comprehension (CMRC) aims to assist computers to understand an natural language text and thereafter engage in a multi-turn conversation to answer questions related to the text. Existing methods typically require three steps: (1) decision making based on entailment reas…

2022

On the Representation Collapse of Sparse Mixture of Experts

NeurIPS 2022accept

Sparse mixture of experts provides larger model capacity while requiring a constant computational overhead. It employs the routing mechanism to distribute input tokens to the best-matched experts according to their hidden representations. However, learning such a routing mechanism encourages token c…

2022

Unsupervised Question Answering via Answer Diversifying

COLING 2022main

Unsupervised question answering is an attractive task due to its independence on labeled data. Previous works usually make use of heuristic rules as well as pre-trained models to construct data and train QA models. However, most of these works regard named entity (NE) as the only answer type, which…

2022

XLM-E: Cross-lingual Language Model Pre-training via ELECTRA

ACL 2022long

In this paper, we introduce ELECTRA-style tasks to cross-lingual language model pre-training. Specifically, we present two pre-training tasks, namely multilingual replaced token detection, and translation replaced token detection. Besides, we pretrain the model, named as XLM-E, on both multilingual…

2021

Consistency Regularization for Cross-Lingual Fine-Tuning

ACL 2021long

Fine-tuning pre-trained cross-lingual language models can transfer task-specific supervision from one language to the others. In this work, we propose to improve cross-lingual fine-tuning with consistency regularization. Specifically, we use example consistency regularization to penalize the predict…

2021

Improving Pretrained Cross-Lingual Language Models via Self-Labeled Word Alignment

ACL 2021long

The cross-lingual language models are typically pretrained with masked language modeling on multilingual text or parallel sentences. In this paper, we introduce denoising word alignment as a new cross-lingual pre-training task. Specifically, the model first self-label word alignments for parallel se…

2021

InfoXLM: An Information-Theoretic Framework for Cross-Lingual Language Model Pre-Training

NAACL 2021long

In this work, we present an information-theoretic framework that formulates cross-lingual language model pre-training as maximizing mutual information between multilingual-multi-granularity texts. The unified view helps us to better understand the existing methods for learning cross-lingual represen…

Cited by 371SourcePDFScholar
2021

mT6: Multilingual Pretrained Text-to-Text Transformer with Translation Pairs

EMNLP 2021main

Multilingual T5 pretrains a sequence-to-sequence model on massive monolingual texts, which has shown promising results on many cross-lingual tasks. In this paper, we improve multilingual text-to-text transfer Transformer with translation pairs (mT6). Specifically, we explore three cross-lingual text…