← Search

Zhefeng Wang

26 accepted papers

2026

Discovering Decoupled Functional Modules in Large Language Models

AAAI 2026technical

Understanding the internal functional organization of Large Language Models (LLMs) is crucial for improving their trustworthiness and performance. However, how LLMs organize different functions into modules remains highly unexplored. To bridge this gap, we formulate a function module discovery probl

Cited by 0SourcePDFScholar
2026

Representation-Aware Modularity: Efficient Cross-Task Generalization for LLMs

IJCAI 2026

Cross-task generalization (CTG) enables large language models (LLMs) to handle unseen tasks proficiently, enhancing their adaptability in real-world scenarios. However, existing methods relying on per-token dynamic routing to multiple trained LoRA adapters face high computational and GPU memory cost

Cited by 0Scholar
2025

Accurate KV Cache Quantization with Outlier Tokens Tracing

ACL 2025long

The impressive capabilities of Large Language Models (LLMs) come at the cost of substantial computational resources during deployment. While KV Cache can significantly reduce recomputation during inference, it also introduces additional memory overhead. KV Cache quantization presents a promising sol…

2025

Alignment-Augmented Speculative Decoding with Alignment Sampling and Conditional Verification

EMNLP 2025

Recent works have revealed the great potential of speculative decoding in accelerating the autoregressive generation process of large language models. The success of these methods relies on the alignment between draft candidates and the sampled outputs of the target model. Existing methods mainly ac

2025

Beware of Calibration Data for Pruning Large Language Models

ICLR 2025poster

As large language models (LLMs) are widely applied across various fields, model compression has become increasingly crucial for reducing costs and improving inference efficiency. Post-training pruning is a promising method that does not require resource-intensive iterative training and only needs a…

Cited by 1SourcePDFScholar
2025

Efficiently Serving Large Multimodal Models Using EPD Disaggregation

ICML 2025poster

Large Multimodal Models (LMMs) extend Large Language Models (LLMs) by handling diverse inputs such as images, audio, and video, but at the cost of adding a multimodal encoding stage that increases both computational and memory overhead. This step negatively affects key Service Level Objectives (SLOs…

2025

FISTAPruner: Layer-wise Post-training Pruning for Large Language Models

EMNLP 2025

Pruning is a critical strategy for compressing trained large language models (LLMs), aiming at substantial memory conservation and computational acceleration without compromising performance. However, existing pruning methods typically necessitate inefficient retraining for billion-scale LLMs or rel

Cited by 0SourcePDFScholar
2025

Multi-Branch Self-Drafting for LLM Inference Acceleration

AAAI 2025technical

The autoregressive decoding paradigm endows large language models (LLMs) with superior language generation capabilities; however, its step-by-step decoding process inherently limits decoding speed. To mitigate these constraints, the prevalent “draft and validation” strategy enables parallel validati…

2024

Adaptive Feature-based Low-Rank Compression of Large Language Models via Bayesian Optimization

EMNLP 2024finding

In recent years, large language models (LLMs) have driven advances in natural language processing. Still, their growing scale has increased the computational burden, necessitating a balance between efficiency and performance. Low-rank compression, a promising technique, reduces non-essential paramet…

2024

Are Bert Family Good Instruction Followers? A Study on Their Potential And Limitations

ICLR 2024poster

Language modeling at scale has proven very effective and brought unprecedented success to natural language models. Many typical representatives, especially decoder-only models, e.g., BLOOM and LLaMA, and encoder-decoder models, e.g., Flan-T5 and AlexaTM, have exhibited incredible instruction-followi…

Cited by 2SourcePDFScholar
2024

CopyNE: Better Contextual ASR by Copying Named Entities

ACL 2024long

End-to-end automatic speech recognition (ASR) systems have made significant progress in general scenarios. However, it remains challenging to transcribe contextual named entities (NEs) in the contextual ASR scenario. Previous approaches have attempted to address this by utilizing the NE dictionary.…

2024

High-order Joint Constituency and Dependency Parsing

COLING 2024main

This work revisits the topic of jointly parsing constituency and dependency trees, i.e., to produce compatible constituency and dependency trees simultaneously for input sentences, which is attractive considering that the two types of trees are complementary in representing syntax. The original work…

2024

Improving Chinese Named Entity Recognition with Multi-grained Words and Part-of-Speech Tags via Joint Modeling

COLING 2024main

Nowadays, character-based sequence labeling becomes the mainstream Chinese named entity recognition (CNER) approach, instead of word-based methods, since the latter degrades performance due to propagation of word segmentation (WS) errors. To make use of WS information, previous studies usually learn…

Cited by 1SourcePDFScholar
2023

AraMUS: Pushing the Limits of Data and Model Scale for Arabic Natural Language Processing

ACL 2023findings

Developing monolingual large Pre-trained Language Models (PLMs) is shown to be very successful in handling different tasks in Natural Language Processing (NLP). In this work, we present AraMUS, the largest Arabic PLM with 11B parameters trained on 529GB of high-quality Arabic textual data. AraMUS ac…

2023

Distantly-Supervised Named Entity Recognition with Adaptive Teacher Learning and Fine-Grained Student Ensemble

AAAI 2023technical

Distantly-Supervised Named Entity Recognition (DS-NER) effectively alleviates the data scarcity problem in NER by automatically generating training samples. Unfortunately, the distant supervision may induce noisy labels, thus undermining the robustness of the learned models and restricting the pract…

2023

Mirror: A Universal Framework for Various Information Extraction Tasks

EMNLP 2023long main

Sharing knowledge between information extraction tasks has always been a challenge due to the diverse data formats and task variations. Meanwhile, this divergence leads to information waste and increases difficulties in building complex applications in real scenarios. Recent studies often formulate…

Cited by 0SourcecodeScholar
2023

Reference Matters: Benchmarking Factual Error Correction for Dialogue Summarization with Fine-grained Evaluation Framework

ACL 2023long

Factuality is important to dialogue summarization. Factual error correction (FEC) of model-generated summaries is one way to improve factuality. Current FEC evaluation that relies on factuality metrics is not reliable and detailed enough. To address this problem, we are the first to manually annotat…

2023

VarietySound: Timbre-Controllable Video to Sound Generation Via Unsupervised Information Disentanglement

ICASSP 2023accepted

Video-to-sound generation aims to generate realistic and natural sound given a video input. However, previous video-to-sound generation methods can only generate a random or average timbre without any controls of the generated sound timbre, leading to the problem that people cannot obtain the desire…

Cited by 0SourceScholar
2022

Delving Deep into Regularity: A Simple but Effective Method for Chinese Named Entity Recognition

NAACL 2022findings

Recent years have witnessed the improving performance of Chinese Named Entity Recognition (NER) from proposing new frameworks or incorporating word lexicons. However, the inner composition of entity mentions in character-level Chinese NER has been rarely studied. Actually, most mentions of regular t…

Cited by 67SourcePDFScholar
2022

Efficient Document-level Event Extraction via Pseudo-Trigger-aware Pruned Complete Graph

IJCAI 2022poster

Most previous studies of document-level event extraction mainly focus on building argument chains in an autoregressive way, which achieves a certain success but is inefficient in both training and inference. In contrast to the previous studies, we propose a fast and lightweight model named as PTPCG…

2022

Revisiting Pre-trained Language Models and their Evaluation for Arabic Natural Language Processing

EMNLP 2022main

There is a growing body of work in recent years to develop pre-trained language models (PLMs) for the Arabic language. This work addresses two major problems in existing Arabic PLMs that limit the progress of the Arabic NLU and NLG fields. First, existing Arabic PLMs are not well-explored and their…

2021

APGN: Adversarial and Parameter Generation Networks for Multi-Source Cross-Domain Dependency Parsing

EMNLP 2021finding

Thanks to the strong representation learning capability of deep learning, especially pre-training techniques with language model loss, dependency parsing has achieved great performance boost in the in-domain scenario with abundant labeled training data for target domains. However, the parsing commun…

Cited by 5SourcePDFScholar
2021

An In-depth Study on Internal Structure of Chinese Words

ACL 2021long

Unlike English letters, Chinese characters have rich and specific meanings. Usually, the meaning of a word can be derived from its constituent characters in some way. Several previous works on syntactic parsing propose to annotate shallow word-internal structures for better utilizing character-level…

2021

Cross-Oilfield Reservoir Classification via Multi-Scale Sensor Knowledge Transfer

AAAI 2021technical

Reservoir classification is an essential step for the exploration and production process in the oil and gas industry. An appropriate automatic reservoir classification will not only reduce the manual workloads of experts, but also help petroleum companies to make optimal decisions efficiently, which…

Cited by 8SourcePDFScholar
2021

Read, Retrospect, Select: An MRC Framework to Short Text Entity Linking

AAAI 2021technical

Entity linking (EL) for the rapidly growing short text (e.g. search queries and news titles) is critical to industrial applications. Most existing approaches relying on adequate context for long text EL are not effective for the concise and sparse short text. In this paper, we propose a novel framew…

Cited by 32SourcePDFScholar
2020

A High Precision Pipeline for Financial Knowledge Graph Construction

COLING 2020main

Motivated by applications such as question answering, fact checking, and data integration, there is significant interest in constructing knowledge graphs by extracting information from unstructured information sources, particularly text documents. Knowledge graphs have emerged as a standard for stru…

Cited by 48SourcePDFScholar