← Search

Chun Fan

9 accepted papers

2026

UniF$^2$ace: A $\underline{Uni}$fied $\underline{F}$ine-grained $\underline{Face}$ Understanding and Generation Model

ICLR 2026poster

Unified multimodal models (UMMs) have emerged as a powerful paradigm in fundamental cross-modality research, demonstrating significant potential in both image understanding and generation. However, existing research in the face domain primarily faces two challenges: **(1) fragmentation development**…

Cited by 0SourcecodeScholar
2022

BadPre: Task-agnostic Backdoor Attacks to Pre-trained NLP Foundation Models

ICLR 2022poster

Pre-trained Natural Language Processing (NLP) models, which can be adapted to a variety of downstream language tasks via fine-tuning, highly accelerate the learning progress of NLP models. However, NLP models have been shown to be vulnerable to backdoor attacks. Previous NLP backdoor attacks mainly…

Cited by 125SourcePDFScholar
2022

Dependency Parsing as MRC-based Span-Span Prediction

ACL 2022long

Higher-order methods for dependency parsing can partially but not fully address the issue that edges in dependency trees should be constructed at the text span/subtree level rather than word level. In this paper, we propose a new method for dependency parsing to address this issue. The proposed meth…

2022

Paraphrase Generation as Unsupervised Machine Translation

COLING 2022main

In this paper, we propose a new paradigm for paraphrase generation by treating the task as unsupervised machine translation (UMT) based on the assumption that there must be pairs of sentences expressing the same meaning in a large-scale unlabeled monolingual corpus. The proposed paradigm first split…

Cited by 5SourcePDFScholar
2022

Summarize, Outline, and Elaborate: Long-Text Generation via Hierarchical Supervision from Extractive Summaries

COLING 2022main

The difficulty of generating coherent long texts lies in the fact that existing models overwhelmingly focus on the tasks of local word prediction, and cannot make high level plans on what to generate or capture the high-level discourse dependencies between chunks of texts. Inspired by how humans wri…

Cited by 23SourcePDFScholar
2022

Triggerless Backdoor Attack for NLP Tasks with Clean Labels

NAACL 2022long

Backdoor attacks pose a new threat to NLP models. A standard strategy to construct poisoned data in backdoor attacks is to insert triggers (e.g., rare words) into selected sentences and alter the original label to a target label. This strategy comes with a severe flaw of being easily detected from b…

2021

ConRPG: Paraphrase Generation using Contexts as Regularizer

EMNLP 2021main

A long-standing issue with paraphrase generation is the lack of reliable supervision signals. In this paper, we propose a new unsupervised paradigm for paraphrase generation based on the assumption that the probabilities of generating two sentences with the same meaning given the same context should…

Cited by 26SourcePDFScholar
2021

Layer-wise Model Pruning based on Mutual Information

EMNLP 2021main

Inspired by mutual information (MI) based feature selection in SVMs and logistic regression, in this paper, we propose MI-based layer-wise pruning: for each layer of a multi-layer neural network, neurons with higher values of MI with respect to preserved neurons in the upper layer are preserved. Sta…

Cited by 23SourcePDFScholar
2021

kFolden: k-Fold Ensemble for Out-Of-Distribution Detection

EMNLP 2021main

Out-of-Distribution (OOD) detection is an important problem in natural language processing (NLP). In this work, we propose a simple yet effective framework kFolden, which mimics the behaviors of OOD detection during training without the use of any external data. For a task with k training labels, kF…