← Search

Chaojun Xiao

16 accepted papers

2026

DSSA: Dense-Sparse Switchable Attention for Seamless Short-to-Long Adaptation

ICLR 2026poster

Long-sequence processing is a critical capability for modern large language models. However, the self-attention mechanism in the standard Transformer architecture faces severe computational and memory bottlenecks when processing long sequences. While trainable sparse attention methods offer a promis…

Cited by 0SourceScholar
2025

APB: Accelerating Distributed Long-Context Inference by Passing Compressed Context Blocks across GPUs

ACL 2025long

While long-context inference is crucial for advancing large language model (LLM) applications, its prefill speed remains a significant bottleneck. Current approaches, including sequence parallelism strategies and compute reduction through approximate attention mechanisms, still fall short of deliver…

2025

Document Segmentation Matters for Retrieval-Augmented Generation

ACL 2025finding

Retrieval-augmented generation (RAG) enhances large language models (LLMs) by integrating external knowledge. A critical yet underexplored challenge in RAG is document segmentation, also known as document chunking. Existing widely-used rule-based chunking methods usually lead to suboptimal splits, w…

2025

Sparsing Law: Towards Large Language Models with Greater Activation Sparsity

ICML 2025poster

Activation sparsity denotes the existence of substantial weakly-contributed neurons within feed-forward networks of large language models (LLMs), providing wide potential benefits such as computation acceleration. However, existing works lack thorough quantitative studies on this useful property, in…

2024

Enhancing Legal Case Retrieval via Scaling High-quality Synthetic Query-Candidate Pairs

EMNLP 2024main

Legal case retrieval (LCR) aims to provide similar cases as references for a given fact description. This task is crucial for promoting consistent judgments in similar cases, effectively enhancing judicial fairness and improving work efficiency for judges. However, existing works face two main chall…

2024

Exploring the Benefit of Activation Sparsity in Pre-training

ICML 2024poster

Pre-trained Transformers inherently possess the characteristic of sparse activation, where only a small fraction of the neurons are activated for each token. While sparse activation has been explored through post-training methods, its potential in pre-training remains untapped. In this work, we firs…

2024

Fine-Grained Legal Argument-Pair Extraction via Coarse-Grained Pre-training

COLING 2024main

Legal Argument-Pair Extraction (LAE) is dedicated to the identification of interactive arguments targeting the same subject matter within legal complaints and corresponding defenses. This process serves as a foundation for automatically recognizing the focal points of disputes. Current methodologies…

2024

InfLLM: Training-Free Long-Context Extrapolation for LLMs with an Efficient Context Memory

NeurIPS 2024poster

Large language models (LLMs) have emerged as a cornerstone in real-world applications with lengthy streaming inputs (e.g., LLM-driven agents). However, existing LLMs, pre-trained on sequences with a restricted maximum length, cannot process longer sequences due to the out-of-domain and distraction i…

2024

Ouroboros: Generating Longer Drafts Phrase by Phrase for Faster Speculative Decoding

EMNLP 2024main

Speculative decoding is a widely used method that accelerates the generation process of large language models (LLMs) with no compromise in model performance. It achieves this goal by using an existing smaller model for drafting and then employing the target LLM to verify the draft in a low-cost para…

2024

Robust and Scalable Model Editing for Large Language Models

COLING 2024main

Large language models (LLMs) can make predictions using *parametric knowledge* – knowledge encoded in the model weights – or *contextual knowledge* – knowledge presented in the context. In many scenarios, a desirable behavior is that LLMs give precedence to contextual knowledge when it conflicts wit…

2023

Emergent Modularity in Pre-trained Transformers

ACL 2023findings

This work examines the presence of modularity in pre-trained Transformers, a feature commonly found in human brains and thought to be vital for general intelligence. In analogy to human brains, we consider two main characteristics of modularity: (1) functional specialization of neurons: we evaluate…

2023

Plug-and-Play Document Modules for Pre-trained Models

ACL 2023long

Large-scale pre-trained models (PTMs) have been widely used in document-oriented NLP tasks, such as question answering. However, the encoding-task coupling requirement results in the repeated encoding of the same documents for different tasks and queries, which is highly computationally inefficient.…

2023

Plug-and-Play Knowledge Injection for Pre-trained Language Models

ACL 2023long

Injecting external knowledge can improve the performance of pre-trained language models (PLMs) on various downstream NLP tasks. However, massive retraining is required to deploy new knowledge injection methods or knowledge bases for downstream tasks. In this work, we are the first to study how to im…

2023

Variator: Accelerating Pre-trained Models with Plug-and-Play Compression Modules

EMNLP 2023long findings

Large language models (LLMs) have achieved remarkable results on NLP tasks but at the expense of huge parameter sizes and the consequent computational costs. In this paper, we propose Variator, a parameter-efficient acceleration method that enhances computational efficiency through plug-and-play com…

Cited by 0SourcecodeScholar
2022

LEVEN: A Large-Scale Chinese Legal Event Detection Dataset

ACL 2022findings

Recognizing facts is the most fundamental step in making judgments, hence detecting events in the legal documents is important to legal case analysis tasks. However, existing Legal Event Detection (LED) datasets only concern incomprehensive event types and have limited annotated data, which restrict…

2021

Adversarial Language Games for Advanced Natural Language Intelligence

AAAI 2021technical

We study the problem of adversarial language games, in which multiple agents with conflicting goals compete with each other via natural language interactions. While adversarial language games are ubiquitous in human activities, little attention has been devoted to this field in natural language proc…