← Search

Yongyi Mao

33 accepted papers

2025

Generalization in Federated Learning: A Conditional Mutual Information Framework

ICML 2025poster

Federated learning (FL) is a widely adopted privacy-preserving distributed learning framework, yet its generalization performance remains less explored compared to centralized learning. In FL, the generalization error consists of two components: the out-of-sample gap, which measures the gap between…

Cited by 0SourcePDFScholar
2025

Theoretically Grounded Framework for LLM Watermarking: A Distribution-Adaptive Approach

NeurIPS 2025poster

Watermarking has emerged as a crucial method to distinguish AI-generated text from human-created text. Current watermarking approaches often lack formal optimality guarantees or address the scheme and detector design separately. In this paper, we introduce a novel, unified theoretical framework for…

Cited by 0SourcecodeScholar
2024

Narrowing the Gap between Supervised and Unsupervised Sentence Representation Learning with Large Language Model

AAAI 2024technical

Sentence Representation Learning (SRL) is a fundamental task in Natural Language Processing (NLP), with the Contrastive Learning of Sentence Embeddings (CSE) being the mainstream technique due to its superior performance. An intriguing phenomenon in CSE is the significant performance gap between sup…

2024

On Unsupervised Domain Adaptation: Pseudo Label Guided Mixup for Adversarial Prompt Tuning

AAAI 2024technical

To date, a backbone of methods for unsupervised domain adaptation (UDA) involves learning label-discriminative features via a label classifier and domain-invariant features through a domain discriminator in an adversarial scheme. However, these methods lack explicit control for aligning the source d…

2024

Two Facets of SDE Under an Information-Theoretic Lens: Generalization of SGD via Training Trajectories and via Terminal States

UAI 2024poster

Stochastic differential equations (SDEs) have been shown recently to characterize well the dynamics of training machine learning models with SGD. When the generalization error of the SDE approximation closely aligns with that of SGD in expectation, it provides two opportunities for understanding bet…

2023

Adversarial Word Dilution as Text Data Augmentation in Low-Resource Regime

AAAI 2023technical

Data augmentation is widely used in text classification, especially in the low-resource regime where a few examples for each class are available during training. Despite the success, generating data augmentations as hard positive examples that may increase their effectiveness is under-explored. This…

2023

Anaphor Assisted Document-Level Relation Extraction

EMNLP 2023long main

Document-level relation extraction (DocRE) involves identifying relations between entities distributed in multiple sentences within a document. Existing methods focus on building a heterogeneous document graph to model the internal structure of an entity and the external interaction between entities…

Cited by 0SourcecodeScholar
2023

Multi-Mask Label Mapping for Prompt-Based Learning

AAAI 2023technical

Prompt-based Learning has shown significant success in few-shot classification. The mainstream approach is to concatenate a template for the input text to transform the classification task into a cloze-type task where label mapping plays an important role in finding the ground-truth labels. While c…

Cited by 1SourcePDFScholar
2023

On The Inadequacy of Optimizing Alignment and Uniformity in Contrastive Learning of Sentence Representations

ICLR 2023poster

Contrastive learning is widely used in areas such as visual representation learning (VRL) and sentence representation learning (SRL). Considering the differences between VRL and SRL in terms of negative sample size and evaluation focus, we believe that the solid findings obtained in VRL may not be e…

Cited by 9SourcePDFScholar
2023

Sample-Conditioned Hypothesis Stability Sharpens Information-Theoretic Generalization Bounds

NeurIPS 2023poster

We present new information-theoretic generalization guarantees through the a novel construction of the "neighboring-hypothesis" matrix and a new family of stability notions termed sample-conditioned hypothesis (SCH) stability. Our approach yields sharper bounds that improve upon previous informatio…

Cited by 7SourcePDFScholar
2022

A Transformational Biencoder with In-Domain Negative Sampling for Zero-Shot Entity Linking

ACL 2022findings

Recent interest in entity linking has focused in the zero-shot scenario, where at test time the entity mention to be labelled is never seen during training, or may belong to a different domain from the source domain. Current work leverage pre-trained BERT with the implicit assumption that it bridges…

2022

ContrastNet: A Contrastive Learning Framework for Few-Shot Text Classification

AAAI 2022technical

Few-shot text classification has recently been promoted by the meta-learning paradigm which aims to identify target classes with knowledge transferred from source classes with sets of small tasks named episodes. Despite their success, existing works building their meta-learner based on Prototypical…

2022

Contrastive Learning with Expectation-Maximization for Weakly Supervised Phrase Grounding

EMNLP 2022main

Weakly supervised phrase grounding aims to learn an alignment between phrases in a caption and objects in a corresponding image using only caption-image annotations, i.e., without phrase-object annotations. Previous methods typically use a caption-image contrastive loss to indirectly supervise the a…

2022

DropMix: A Textual Data Augmentation Combining Dropout with Mixup

EMNLP 2022main

Overfitting is a notorious problem when there is insufficient data to train deep neural networks in machine learning tasks. Data augmentation regularization methods such as Dropout, Mixup, and their enhanced variants are effective and prevalent, and achieve promising performance to overcome overfitt…

Cited by 12SourcePDFScholar
2022

On the Generalization of Models Trained with SGD: Information-Theoretic Bounds and Implications

ICLR 2022poster

This paper follows up on a recent work of Neu et al. (2021) and presents some new information-theoretic upper bounds for the generalization error of machine learning models, such as neural networks, trained with SGD. We apply these bounds to analyzing the generalization behaviour of linear and two-l…

Cited by 29SourcePDFScholar
2022

Parameter-free Automatically Prompting: A Latent Pseudo Label Mapping Model for Prompt-based Learning

EMNLP 2022finding

Prompt-based learning has achieved excellent performance in few-shot learning by mapping the outputs of the pre-trained language model to the labels with the help of a label mapping component. Existing manual label mapping (MLM) methods achieve good results but heavily rely on expensive human knowle…

Cited by 0SourcePDFScholar
2022

Text Style Transferring via Adversarial Masking and Styled Filling

EMNLP 2022main

Text style transfer is an important task in natural language processing with broad applications. Existing models following the masking and filling scheme suffer two challenges: the word masking procedure may mistakenly remove unexpected words and the selected words in the word filling procedure may…

Cited by 6SourcePDFScholar
2022

Unsupervised Sentence Representation via Contrastive Learning with Mixing Negatives

AAAI 2022technical

Unsupervised sentence representation learning is a fundamental problem in natural language processing. Recently, contrastive learning has made great success on this task. Existing constrastive learning based models usually apply random sampling to select negative examples for training. Previous work…

Cited by 65SourcePDFScholar
2021

Hierarchical Modeling of Label Dependency and Label Noise in Fine-grained Entity Typing

IJCAI 2021poster

Fine-grained entity typing (FET) aims to annotate the entity mentions in a sentence with fine-grained type labels. It brings plentiful semantic information for many natural language processing tasks. Existing FET approaches apply hard attention to learn on the noisy labels, and ignore that those noi…

Cited by 0SourcePDFScholar
2021

On Scalar Embedding of Relative Positions in Attention Models

AAAI 2021technical

Attention with positional encoding has been demonstrated as a powerful component in modern neural network models, such as transformers. However, why positional encoding works well in attention models remains largely unanswered. In this paper, we study the scalar relative positional encoding (SRPE) p…

Cited by 7SourcePDFScholar
2021

On the Softmax Bottleneck of Recurrent Language Models

AAAI 2021technical

Recent research has pointed to a limitation of word-level neural language models with softmax outputs. This limitation, known as the softmax bottleneck refers to the inability of these models to produce high-rank log probability (log P) matrices. Various solutions have been proposed to break this bo…

2021

Progressive Multi-task Learning with Controlled Information Flow for Joint Entity and Relation Extraction

AAAI 2021technical

Multitask learning has shown promising performance in learning multiple related tasks simultaneously, and variants of model architectures have been proposed, especially for supervised classification problems. One goal of multitask learning is to extract a good representation that sufficiently captur…

2021

Robust Regularization with Adversarial Labelling of Perturbed Samples

IJCAI 2021poster

Recent researches have suggested that the predictive accuracy of neural network may contend with its adversarial robustness. This presents challenges in designing effective regularization schemes that also provide strong adversarial robustness. Revisiting Vicinal Risk Minimization (VRM) as a unifyin…

Cited by 1SourcePDFScholar