← Search

Ziqiang Cao

18 accepted papers

2025

AIM: Let Any Multimodal Large Language Models Embrace Efficient In-Context Learning

AAAI 2025technical

In-context learning (ICL) advances Large Language Models (LLMs) exhibiting emergent ability on downstream tasks without updating billions of parameters. However, in the area of multimodal Large Language Models (MLLMs), two problems hinder the application of multimodal ICL: (1) Most primary MLLMs are…

2025

Personalized Large Language Model Assistant with Evolving Conditional Memory

COLING 2025main

With the rapid development of large language models, AI assistants like ChatGPT have become increasingly integrated into people’s works and lives but are limited in personalized services. In this paper, we present a plug-and-play framework that could facilitate personalized large language model assi…

Cited by 3SourcePDFScholar
2025

UniICL: An Efficient ICL Framework Unifying Compression, Selection, and Generation

ACL 2025long

In-context learning (ICL) enhances the reasoning abilities of Large Language Models (LLMs) by prepending a few demonstrations. It motivates researchers to introduce more examples to provide additional contextual information for the generation. However, existing methods show a significant limitation…

Cited by 0SourcePDFScholar
2024

CoUDA: Coherence Evaluation via Unified Data Augmentation

NAACL 2024long

Coherence evaluation aims to assess the organization and structure of a discourse, which remains challenging even in the era of large language models. Due to the scarcity of annotated data, data augmentation is commonly used for training coherence evaluation models. However, previous augmentations f…

2024

Contrastive Learning with High-Quality and Low-Quality Augmented Data for Query-Focused Summarization

ICASSP 2024accepted

Unlike general text summarization, Query-focused summarization (QFS) is severely limited by insufficient datasets, forcing previous research to transform datasets from other tasks into QFS format for data augmentation. However, this approach has resulted in two problems: the task and traintest gaps.…

Cited by 0SourceScholar
2024

Improving Copy-oriented Text Generation via EDU Copy Mechanism

COLING 2024main

Many text generation tasks are copy-oriented. For instance, nearly 30% content of news summaries is copied. The copy rate is even higher in Grammatical Error Correction (GEC). However, existing generative models generate texts through word-by-word decoding, which may lead to factual inconsistencies…

2023

Can Diffusion Model Achieve Better Performance in Text Generation ? Bridging the Gap between Training and Inference !

ACL 2023findings

Diffusion models have been successfully adapted to text generation tasks by mapping the discrete text into the continuous space. However, there exist nonnegligible gaps between training and inference, owing to the absence of the forward process during inference. Thus, the model only predicts based o…

2023

Data Selection Curriculum for Abstractive Text Summarization

EMNLP 2023short findings

Abstractive Text Summarization (ATS) models are commonly trained using large-scale data that is randomly shuffled. However, the impact of data selection and data ordering on ATS models remains a relatively unexplored research area, where a significant challenge lies in accurately assessing the learn…

Cited by 0SourceScholar
2023

Diffusion Language Model with Query-Document Relevance for Query-Focused Summarization

EMNLP 2023long findings

Query-Focused Summarization (QFS) aims to generate summaries from source documents that can answer specific queries. Although the QFS task has gained increasing attention recently, its development is constrained by the fact that mainstream QFS models are BART variants, which are autoregressive and…

Cited by 0SourceScholar
2023

Dynamic and Efficient Inference for Text Generation via BERT Family

ACL 2023long

Despite the excellent performance of Pre-trained Language Models on many text generation tasks, they suffer from inefficient inference on computation and memory due to their large-scale parameters and the universal autoregressive decoding paradigm. In this work, we propose a novel fine-tuning method…

2023

KBioXLM: A Knowledge-anchored Biomedical Multilingual Pretrained Language Model

EMNLP 2023long findings

Most biomedical pretrained language models are monolingual and cannot handle the growing cross-lingual requirements. The scarcity of non-English domain corpora, not to mention parallel data, poses a significant hurdle in training multilingual biomedical models. Since knowledge forms the core of doma…

Cited by 0SourcecodeScholar
2023

Preserve Context Information for Extract-Generate Long-Input Summarization Framework

AAAI 2023technical

The Extract-generate framework has been a classic approach for text summarization. As pretrained language models struggling with long-input summarization for their high memory cost, extract-generate framework regains researchers' interests. However, the cost of its effectiveness in dealing with long…

Cited by 3SourcePDFScholar
2023

RaSa: Relation and Sensitivity Aware Representation Learning for Text-based Person Search

IJCAI 2023poster

Text-based person search aims to retrieve the specified person images given a textual description. The key to tackling such a challenging task is to learn powerful multi-modal representations. Towards this, we propose a Relation and Sensitivity aware representation learning method (RaSa), including…

2023

Separating Context and Pattern: Learning Disentangled Sentence Representations for Low-Resource Extractive Summarization

ACL 2023findings

Extractive summarization aims to select a set of salient sentences from the source document to form a summary. Context information has been considered one of the key factors for this task. Meanwhile, there also exist other pattern factors that can identify sentence importance, such as sentence posit…

Cited by 4SourcePDFScholar
2022

FRSUM: Towards Faithful Abstractive Summarization via Enhancing Factual Robustness

EMNLP 2022finding

Despite being able to generate fluent and grammatical text, current Seq2Seq summarization models still suffering from the unfaithful generation problem.In this paper, we study the faithfulness of existing systems from a new perspective of factual robustness which is the ability to correctly generate…

Cited by 11SourcePDFScholar
2021

BASS: Boosting Abstractive Summarization with Unified Semantic Graph

ACL 2021long

Abstractive summarization for long-document or multi-document remains challenging for the Seq2Seq architecture, as Seq2Seq is not good at analyzing long-distance relations in text. In this paper, we present BASS, a novel framework for Boosting Abstractive Summarization based on a unified Semantic gr…