← Search

Chenguang Zhu

67 accepted papers

2026

Beyond Weak Supervision: MLLMs-Guided Graded Knowledge Distillation for Unsupervised Camouflaged Object Detection

CVPR 2026

Most Camouflaged Object Detection (COD) methods rely on costly pixel-level annotations. Recent studies have adopted unsupervised COD (UCOD) to eliminate labeling costs, but still suffer from two issues:1) insufficient supervision, leading to reliance on self-supervised backbone DINO and reduced mode

Cited by 0SourceScholar
2025

Law of the Weakest Link: Cross Capabilities of Large Language Models

ICLR 2025poster

The development and evaluation of Large Language Models (LLMs) have largely focused on individual capabilities. However, this overlooks the intersection of multiple abilities across different types of expertise that are often required for real-world tasks, which we term **cross capabilities**. To sy…

2025

Self-Generated Critiques Boost Reward Modeling for Language Models

NAACL 2025long

Reward modeling is crucial for aligning large language models (LLMs) with human preferences, especially in reinforcement learning from human feedback (RLHF). However, current reward models mainly produce scalar scores and struggle to incorporate critiques in a natural language format. We hypothesize…

Cited by 20SourcePDFScholar
2025

Unleashing In-context Learning of Autoregressive Models for Few-shot Image Manipulation

CVPR 2025highlight

Text-guided image manipulation has experienced notable advancement in recent years. In order to mitigate linguistic ambiguity, few-shot learning with visual examples has been applied for instructions that are underrepresented in the training set, or difficult to describe purely in language. However,…

Cited by 3SourcePDFScholar
2024

CPMSVD: Cross-Project Multiclass Software Vulnerability Detection Via Fused Deep Feature and Domain Adaptation

ICASSP 2024accepted

Many deep learning-based approaches have achieved excellent performance for Software Vulnerability Detection(SVD) but the most imperative issue is coping with the scarcity of labeled software vulnerabilities. When employing transfer learning techniques, researchers only detected the presence of vuln…

Cited by 0SourceScholar
2024

CoDi-2: In-Context Interleaved and Interactive Any-to-Any Generation

CVPR 2024highlight

We present CoDi-2 a Multimodal Large Language Model (MLLM) for learning in-context interleaved multimodal representations. By aligning modalities with language for both encoding and generation CoDi-2 empowers Large Language Models (LLMs) to understand modality-interleaved instructions and in-context…

Cited by 54SourcePDFScholar
2024

Improving Multilingual Instruction Finetuning via Linguistically Natural and Diverse Datasets

EMNLP 2024finding

Advancements in Large Language Models (LLMs) have significantly enhanced instruction-following capabilities. However, most Instruction Fine-Tuning (IFT) datasets are predominantly in English, limiting model performance in other languages. Traditional methods for creating multilingual IFT datasets—su…

2024

P2P: Transforming from Point Supervision to Explicit Visual Prompt for Object Detection and Segmentation

IJCAI 2024poster

Point-supervised vision tasks, including detection and segmentation, aiming to learn a network that transforms from points to pseudo labels, have attracted much attention in recent years. However, the lack of precise object size and boundary annotations in the point-supervised condition results in a…

2024

Small Models are Valuable Plug-ins for Large Language Models

ACL 2024findings

Large language models (LLMs) such as GPT-3 and GPT-4 are powerful but their weights are often publicly unavailable and their immense sizes make the models difficult to be tuned with common hardware. As a result, effectively tuning these models with large-scale supervised data can be challenging. As…

2024

WPO: Enhancing RLHF with Weighted Preference Optimization

EMNLP 2024main

Reinforcement learning from human feedback (RLHF) is a promising solution to align large language models (LLMs) more closely with human values. Off-policy preference optimization, where the preference data is obtained from other models, is widely adopted due to its cost efficiency and scalability. H…

2024

i-Code Studio: A Configurable and Composable Framework for Integrative AI

EMNLP 2024system demonstrations

Artificial General Intelligence (AGI) requires comprehensive understanding and generation capabilities for a variety of tasks spanning different modalities and functionalities. Integrative AI is one important direction to approach AGI, through combining multiple models to tackle complex multimodal t…

2024

i-Code V2: An Autoregressive Generation Framework over Vision, Language, and Speech Data

NAACL 2024findings

The convergence of text, visual, and audio data is crucial towards human-like artificial intelligence, however the current Vision-Language-Speech landscape is dominated by encoder-only models that lack generative abilities. We propose closing this gap with i-Code V2, one of the first models capable…

Cited by 3SourcePDFScholar
2023

APOLLO: A Simple Approach for Adaptive Pretraining of Language Models for Logical Reasoning

ACL 2023long

Logical reasoning over text is an important ability that requires understanding the semantics of the text and reasoning through them to arrive at correct inferences. Prior works on pretraining language models to improve the logical reasoning ability require complex processing of training data (e.g.,…

2023

Any-to-Any Generation via Composable Diffusion

NeurIPS 2023poster

We present Composable Diffusion (CoDi), a novel generative model capable of generating any combination of output modalities, such as language, image, video, or audio, from any combination of input modalities. Unlike existing generative AI systems, CoDi can generate multiple modalities in parallel an…

2023

Auto-Instruct: Automatic Instruction Generation and Ranking for Black-Box Language Models

EMNLP 2023long findings

Large language models (LLMs) can perform a wide range of tasks by following natural language instructions, without the necessity of task-specific fine-tuning. Unfortunately, the performance of LLMs is greatly influenced by the quality of these instructions, and manually writing effective instruction…

Cited by 0SourceScholar
2023

Automatic Prompt Optimization with "Gradient Descent" and Beam Search

EMNLP 2023long main

Large Language Models (LLMs) have shown impressive performance as general purpose agents, but their abilities remain highly dependent on prompts which are hand written with onerous trial-and-error effort. We propose a simple and nonparametric solution to this problem, Prompt Optimization with Textua…

Cited by 0SourcecodeScholar
2023

G-Eval: NLG Evaluation using Gpt-4 with Better Human Alignment

EMNLP 2023long main

The quality of texts generated by natural language generation (NLG) systems is hard to measure automatically. Conventional reference-based metrics, such as BLEU and ROUGE, have been shown to have relatively low correlation with human judgments, especially for tasks that require creativity and diver…

Cited by 0SourcecodeScholar
2023

Generate rather than Retrieve: Large Language Models are Strong Context Generators

ICLR 2023poster

Knowledge-intensive tasks, such as open-domain question answering (QA), require access to a large amount of world or domain knowledge. A common approach for knowledge-intensive tasks is to employ a retrieve-then-read pipeline that first retrieves a handful of relevant contextual documents from an ex…

2023

Global Selection of Contrastive Batches via Optimization on Sample Permutations

ICML 2023poster

Contrastive Learning has recently achieved state-of-the-art performance in a wide range of unimodal and multimodal tasks. Many contrastive learning approaches use mined hard negatives to make batches more informative during training but these approaches are inefficient as they increase epoch length…

2023

Improving Commonsense in Vision-Language Models via Knowledge Graph Riddles

CVPR 2023highlight

This paper focuses on analyzing and improving the commonsense ability of recent popular vision-language (VL) models. Despite the great success, we observe that existing VL-models still lack commonsense knowledge/reasoning ability (e.g., "Lemons are sour"), which is a vital component towards artifici…

2023

In-Context Demonstration Selection with Cross Entropy Difference

EMNLP 2023long findings

Large language models (LLMs) can use in-context demonstrations to improve performance on zero-shot tasks. However, selecting the best in-context examples is challenging because model performance can vary widely depending on the selected examples. We present a cross-entropy difference (CED) method fo…

Cited by 0SourcecodeScholar
2023

InheritSumm: A General, Versatile and Compact Summarizer by Distilling from GPT

EMNLP 2023long findings

While large models such as GPT-3 demonstrate exceptional performance in zeroshot and fewshot summarization tasks, their extensive serving and fine-tuning costs hinder their utilization in various applications. Conversely, previous studies have found that although automatic metrics tend to favor smal…

Cited by 0SourceScholar
2023

LMGQS: A Large-scale Dataset for Query-focused Summarization

EMNLP 2023long findings

Query-focused summarization (QFS) aims to extract or generate a summary of an input document that directly answers or is relevant to a given query. The lack of large-scale datasets in the form of documents, queries, and summaries has hindered model development in this area. In contrast, multiple lar…

Cited by 0SourceScholar
2023

MM-Reasoner: A Multi-Modal Knowledge-Aware Framework for Knowledge-Based Visual Question Answering

EMNLP 2023long findings

Thanks to the strong reasoning capabilities of Large Language Models (LLMs), recent approaches to knowledge-based visual question answering (KVQA) utilize LLMs with a global caption of an input image to answer a question. However, these approaches may miss key visual information that is not captured…

Cited by 0SourceScholar
2023

Sparse Modular Activation for Efficient Sequence Modeling

NeurIPS 2023poster

Recent hybrid models combining Linear State Space Models (SSMs) with self-attention mechanisms have demonstrated impressive results across a range of sequence modeling tasks. However, current approaches apply attention modules statically and uniformly to all elements in the input sequences, leading…

2023

The Shifted and The Overlooked: A Task-oriented Investigation of User-GPT Interactions

EMNLP 2023long main

Recent progress in Large Language Models (LLMs) has produced models that exhibit remarkable performance across a variety of NLP tasks. However, it remains unclear whether the existing focus of NLP research accurately captures the genuine requirements of human users. This paper provides a comprehensi…

Cited by 0SourcecodeScholar
2023

UniSumm and SummZoo: Unified Model and Diverse Benchmark for Few-Shot Summarization

ACL 2023long

The high annotation costs and diverse demands of various summarization tasks motivate the development of few-shot summarization. However, despite the emergence of many summarization tasks and datasets, the current training paradigm for few-shot summarization systems ignores potentially shareable kno…

2023

Unifying Vision, Text, and Layout for Universal Document Processing

CVPR 2023highlight

We propose Universal Document Processing (UDOP), a foundation Document AI model which unifies text, image, and layout modalities together with varied task formats, including document understanding and generation. UDOP leverages the spatial correlation between textual content and document image to mo…

2023

Z-Code++: A Pre-trained Language Model Optimized for Abstractive Summarization

ACL 2023long

This paper presents Z-Code++, a new pre-trained language model optimized for abstractive text summarization. The model extends the state-of-the-art encoder-decoder model using three techniques. First, we use a two-phase pre-training to improve the model’s performance on low-resource summarization ta…

2023

i-Code: An Integrative and Composable Multimodal Learning Framework

AAAI 2023technical

Human intelligence is multimodal; we integrate visual, linguistic, and acoustic signals to maintain a holistic worldview. Most current pretraining methods, however, are limited to one or two modalities. We present i-Code, a self-supervised pretraining framework where users may flexibly combine the m…

2022

A Unified Encoder-Decoder Framework with Entity Memory

EMNLP 2022main

Entities, as important carriers of real-world knowledge, play a key role in many NLP tasks.We focus on incorporating entity knowledge into an encoder-decoder framework for informative text generation. Existing approaches tried to index, retrieve, and read external documents as evidence, but they suf…

2022

AdaPrompt: Adaptive Model Training for Prompt-based NLP

EMNLP 2022finding

Prompt-based learning, with its capability to tackle zero-shot and few-shot NLP tasks, has gained much attention in the community.The main idea is to bridge the gap between NLP downstream tasks and language modeling (LM), by mapping these tasks into natural language prompts, which are then filled by…

2022

An Empirical Study of Training End-to-End Vision-and-Language Transformers

CVPR 2022poster

Vision-and-language (VL) pre-training has proven to be highly effective on various VL downstream tasks. While recent work has shown that fully transformer-based VL models can be more efficient than previous region-feature-based methods, their performance on downstream tasks often degrades significan…

Cited by 430PDFcodeScholar
2022

Automatic Rule Induction for Efficient Semi-Supervised Learning

EMNLP 2022finding

Semi-supervised learning has shown promise in allowing NLP models to generalize from small amounts of labeled data. Meanwhile, pretrained transformer models act as black-box correlation engines that are difficult to explain and sometimes behave unreliably. In this paper, we propose tackling both of…

Cited by 0SourcePDFScholar
2022

CLIP-Event: Connecting Text and Images With Event Structures

CVPR 2022oral

Vision-language (V+L) pretraining models have achieved great success in supporting multimedia applications by understanding the alignments between images and text. While existing vision-language pretraining models primarily focus on understanding objects in images or entities in text, they often ign…

Cited by 151PDFcodeScholar
2022

DYLE: Dynamic Latent Extraction for Abstractive Long-Input Summarization

ACL 2022long

Transformer-based models have achieved state-of-the-art performance on short-input summarization. However, they still struggle with summarizing longer text. In this paper, we present DYLE, a novel dynamic latent extraction approach for abstractive long-input summarization. DYLE jointly trains an ext…

2022

DialogLM: Pre-trained Model for Long Dialogue Understanding and Summarization

AAAI 2022technical

Dialogue is an essential part of human communication and cooperation. Existing research mainly focuses on short dialogue scenarios in a one-on-one fashion. However, multi-person interactions in the real world, such as meetings or interviews, are frequently over a few thousand words. There is still a…

2022

Dict-BERT: Enhancing Language Model Pre-training with Dictionary

ACL 2022findings

Pre-trained language models (PLMs) aim to learn universal language representations by conducting self-supervised training tasks on large-scale corpora. Since PLMs capture word semantics in different contexts, the quality of word representations highly depends on word frequency, which usually follows…

Cited by 78SourcePDFScholar
2022

Diversifying Content Generation for Commonsense Reasoning with Mixture of Knowledge Graph Experts

ACL 2022findings

Generative commonsense reasoning (GCR) in natural language is to reason about the commonsense while generating coherent text. Recent years have seen a surge of interest in improving the generation quality of commonsense reasoning tasks. Nevertheless, these approaches have seldom investigated diversi…

2022

Empowering Language Models with Knowledge Graph Reasoning for Open-Domain Question Answering

EMNLP 2022main

Answering open-domain questions requires world knowledge about in-context entities. As pre-trained Language Models (LMs) lack the power to store all required knowledge, external knowledge sources, such as knowledge graphs, are often used to augment LMs. In this work, we propose knOwledge REasOning e…

Cited by 61SourcePDFScholar
2022

Human Parity on CommonsenseQA: Augmenting Self-Attention with External Attention

IJCAI 2022poster

Most of today's AI systems focus on using self-attention mechanisms and transformer architectures on large amounts of diverse data to achieve impressive performance gains. In this paper, we propose to augment the transformer architecture with an external attention mechanism to bring external knowled…

2022

JAKET: Joint Pre-training of Knowledge Graph and Language Understanding

AAAI 2022technical

Knowledge graphs (KGs) contain rich information about world knowledge, entities, and relations. Thus, they can be great supplements to existing pre-trained language models. However, it remains a challenge to efficiently integrate information from KG into language modeling. And the understanding of a…

Cited by 170SourcePDFScholar
2022

KG-FiD: Infusing Knowledge Graph in Fusion-in-Decoder for Open-Domain Question Answering

ACL 2022long

Current Open-Domain Question Answering (ODQA) models typically include a retrieving module and a reading module, where the retriever selects potentially relevant passages from open-source documents for a given question, and the reader produces an answer based on the retrieved passages. The recently…

Cited by 128SourcePDFScholar
2022

Language Models with Image Descriptors are Strong Few-Shot Video-Language Learners

NeurIPS 2022accept

The goal of this work is to build flexible video-language models that can generalize to various video-to-text tasks from few examples. Existing few-shot video-language learners focus exclusively on the encoder, resulting in the absence of a video-to-text decoder to handle generative tasks. Video cap…

2022

Leveraging Knowledge in Multilingual Commonsense Reasoning

ACL 2022findings

Commonsense reasoning (CSR) requires models to be equipped with general world knowledge. While CSR is a language-agnostic process, most comprehensive knowledge sources are restricted to a small number of languages, especially English. Thus, it remains unclear how to effectively conduct multilingual…

2022

Leveraging Locality in Abstractive Text Summarization

EMNLP 2022main

Neural attention models have achieved significant improvements on many natural language processing tasks. However, the quadratic memory complexity of the self-attention module with respect to the input length hinders their applications in long text summarization. Instead of designing more efficient…

2022

Leveraging Visual Knowledge in Language Tasks: An Empirical Study on Intermediate Pre-training for Cross-Modal Knowledge Transfer

ACL 2022long

Pre-trained language models are still far from human performance in tasks that need understanding of properties (e.g. appearance, measurable quantity) and affordances of everyday objects in the real world since the text lacks such information due to reporting bias. In this work, we study whether int…

2022

ParaTag: A Dataset of Paraphrase Tagging for Fine-Grained Labels, NLG Evaluation, and Data Augmentation

EMNLP 2022main

Paraphrase identification has been formulated as a binary classification task to decide whether two sentences hold a paraphrase relationship. Existing paraphrase datasets only annotate a binary label for each sentence pair. However, after a systematical analysis of existing paraphrase datasets, we f…

2022

REVIVE: Regional Visual Representation Matters in Knowledge-Based Visual Question Answering

NeurIPS 2022accept

This paper revisits visual representation in knowledge-based visual question answering (VQA) and demonstrates that using regional information in a better way can significantly improve the performance. While visual representation is extensively studied in traditional VQA, it is under-explored in kno…

2022

Retrieval Augmentation for Commonsense Reasoning: A Unified Approach

EMNLP 2022main

A common thread of retrieval-augmented methods in the existing literature focuses on retrieving encyclopedic knowledge, such as Wikipedia, which facilitates well-defined entity and relation spaces that can be modeled. However, applying such methods to commonsense reasoning tasks faces two unique cha…

2022

SummN: A Multi-Stage Summarization Framework for Long Input Dialogues and Documents

ACL 2022long

Text summarization helps readers capture salient information from documents, news, interviews, and meetings. However, most state-of-the-art pretrained language models (LM) are unable to efficiently process long text for many summarization tasks. In this paper, we propose SummN, a simple, flexible, a…

2022

Task Compass: Scaling Multi-task Pre-training with Task Prefix

EMNLP 2022finding

Leveraging task-aware annotated data as supervised signals to assist with self-supervised learning on large-scale unlabeled data has become a new trend in pre-training language models. Existing studies show that multi-task learning with large-scale supervised tasks suffers from negative effects acro…

2022

Towards a Unified Multi-Dimensional Evaluator for Text Generation

EMNLP 2022main

Multi-dimensional evaluation is the dominant paradigm for human evaluation in Natural Language Generation (NLG), i.e., evaluating the generated text from multiple explainable dimensions, such as coherence and fluency. However, automatic evaluation in NLG is still dominated by similarity-based metric…

2022

Training Data is More Valuable than You Think: A Simple and Effective Method by Retrieving from Training Data

ACL 2022long

Retrieval-based methods have been shown to be effective in NLP tasks via introducing external knowledge. However, the indexing and retrieving of large-scale corpora bring considerable computational cost. Surprisingly, we found that REtrieving from the traINing datA (REINA) only can lead to significa…

2022

Unsupervised Multi-Granularity Summarization

EMNLP 2022finding

Text summarization is a user-preference based task, i.e., for one document, users often have different priorities for the summary. As a key aspect of customization in summarization, granularity is used to measure the semantic coverage between the summary and source document. However, developing syst…

Cited by 14SourcePDFScholar
2021

An Exploratory Study on Long Dialogue Summarization: What Works and What’s Next

EMNLP 2021finding

Dialogue summarization helps readers capture salient information from long conversations in meetings, interviews, and TV series. However, real-world dialogues pose a great challenge to current summarization models, as the dialogue length typically exceeds the input limits imposed by recent transform…

2021

Enhancing Factual Consistency of Abstractive Summarization

NAACL 2021long

Automatic abstractive summaries are found to often distort or fabricate facts in the article. This inconsistency between summary and original text has seriously impacted its applicability. We propose a fact-aware summarization model FASum to extract and integrate factual relations into the summary g…

2021

Filtered Inner Product Projection for Crosslingual Embedding Alignment

ICLR 2021poster

Due to widespread interest in machine translation and transfer learning, there are numerous algorithms for mapping multiple embeddings to a shared representation space. Recently, these algorithms have been studied in the setting of bilingual lexicon induction where one seeks to align the embeddings…

Cited by 11SourcePDFScholar
2021

Injecting Entity Types into Entity-Guided Text Generation

EMNLP 2021main

Recent successes in deep generative modeling have led to significant advances in natural language generation (NLG). Incorporating entities into neural generation models has demonstrated great improvements by assisting to infer the summary topic and to generate coherent content. To enhance the role o…

2021

MediaSum: A Large-scale Media Interview Dataset for Dialogue Summarization

NAACL 2021long

This paper introduces MediaSum, a large-scale media interview dataset consisting of 463.6K transcripts with abstractive summaries. To create this dataset, we collect interview transcripts from NPR and CNN and employ the overview and topic descriptions as summaries. Compared with existing public corp…

2021

RADDLE: An Evaluation Benchmark and Analysis Platform for Robust Task-oriented Dialog Systems

ACL 2021long

For task-oriented dialog systems to be maximally useful, it must be able to process conversations in a way that is (1) generalizable with a small number of training examples for new task domains, and (2) robust to user input in various styles, modalities, or domains. In pursuit of these goals, we in…

Cited by 49SourcePDFScholar
2021

SPLAT: Speech-Language Joint Pre-Training for Spoken Language Understanding

NAACL 2021long

Spoken language understanding (SLU) requires a model to analyze input acoustic signal to understand its linguistic content and make predictions. To boost the models’ performance, various pre-training methods have been proposed to learn rich representations from large-scale unannotated speech and tex…

Cited by 81SourcePDFScholar
2018

FusionNet: Fusing via Fully-aware Attention with Application to Machine Comprehension

ICLR 2018poster

This paper introduces a new neural structure called FusionNet, which extends existing attention approaches from three perspectives. First, it puts forward a novel concept of "History of Word" to characterize attention information from the lowest word-level embedding up to the highest semantic-level…