Challenge: Existing methods to train language models on diverse text corpora have brought up performance improvements on several natural language understanding (NLU) tasks.
Approach: They propose a method to automatically generate domain- and task-adaptive maskings of a given text for self-supervised pre-training.
Outcome: The proposed framework outperforms rule-based masking strategies on question answering and text classification datasets on which it outperformed rule-driven masking techniques.

Similar Papers

Learning Variational Word Masks to Improve the Interpretability of Neural Text Classifiers (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods for improving model interpretability require prior information or human annotations as additional inputs.
Approach: They propose a variational word mask method to automatically learn task-specific important words and reduce irrelevant information on classification, which ultimately improves model interpretability.
Outcome: The proposed method improves model prediction accuracy and interpretability on seven datasets.
Mask-Predict: Parallel Decoding of Conditional Masked Language Models (D19-1)

Copied to clipboard

Challenge: a masked language model is used to train a model to predict subsets of mangled words . a parallel decoding algorithm can be used to generate translations in a constant number of iterations.
Approach: They propose a model and a parallel decoding algorithm which train a machine to predict any subset of target words . they introduce conditional masked language models (CMLMs) which are trained with a mangled language model objective .
Outcome: The proposed model improves state-of-the-art performance levels for non-autoregressive and parallel decoding models by over 4 BLEU on average.
Sentence Bottleneck Autoencoders from Transformer Language Models (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for pretraining a language model on text have been used for building models in NLP, but they do not work for sentence representations derived from pretrainer models based on tokens or basic pooling operations.
Approach: They propose to build a sentence-level autoencoder from a pretrained transformer language model.
Outcome: The proposed model achieves better quality than previous methods on text similarity and style transfer tasks while using fewer parameters than large pretrained models.
Masking as an Efficient Alternative to Finetuning for Pretrained Language Models (2020.emnlp-main)

Copied to clipboard

Challenge: Extensive evaluations of masking BERT, RoBERTa, and DistilBERT on eleven diverse NLP tasks show that our binary masked language models encode information necessary for solving downstream tasks.
Approach: They propose an efficient method of utilizing pretrained language models where selective binary masks are learned instead of finetuning.
Outcome: Extensive evaluations of masking BERT, RoBERTa, and DistilBERT on eleven diverse NLP tasks show that the proposed method yields comparable performance to finetuning, but has a much smaller memory footprint when multiple tasks need to be solved.
VarMAE: Pre-training of Variational Masked Autoencoder for Domain-adaptive Language Understanding (2022.findings-emnlp)

Copied to clipboard

Challenge: Pre-trained language models have been widely applied to standard benchmarks due to the limited resources available in a domain.
Approach: They propose a Transformer-based language model called VarMAE for domain-adaptive language understanding that encodes the context of a token into a smooth latent distribution.
Outcome: Experiments on science- and finance-domain NLU tasks show that the proposed model can be efficiently adapted to new domains with limited resources.
Self-supervised Graph Masking Pre-training for Graph-to-Text Generation (2022.emnlp-main)

Copied to clipboard

Challenge: Large-scale pre-trained language models (PLMs) have advanced Graph-to-Text generation by processing the linearised version of a graph.
Approach: They propose to mask pre-training tasks that neither require supervision signals nor adjust the architecture of the underlying pre-trained encoder-decoder model.
Outcome: The proposed method achieves state-of-the-art results on WebNLG+2020 and EventNarrative datasets and is very efficient in the low-resource setting.
NB-MLM: Efficient Domain Adaptation of Masked Language Models for Sentiment Analysis (2021.emnlp-main)

Copied to clipboard

Challenge: Pre-training Masked Language Models (MLMs) on massive datasets is expensive, but it is performed for each domain or task individually and is resource-demanding.
Approach: They propose a method for more efficient adaptation that focuses on predicting words with large weights of the Naive Bayes classifier trained for the task at hand.
Outcome: The proposed method improves sentiment analysis by focusing on predicting words with large weights of the Naive Bayes classifier trained for the task at hand.
Extrapolating Multilingual Understanding Models as Multilingual Generators (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing multilingual understanding models are not capable of generating high-quality text compared with decoder-based causal language models.
Approach: They propose a method to adapt a multilingual encoder to a language generator with a small number of additional parameters.
Outcome: The proposed approach outperforms initialization-based methods with 9.4 BLEU on machine translation, 8.1 Rouge-L on question generation, and 5.5 METEOR on story generation.
Improving Pre-trained Language Model Sensitivity via Mask Specific losses: A case study on Biomedical NER (2024.naacl-long)

Copied to clipboard

Challenge: Fine-tuning is the prevailing practice for adapting language models (LMs) to new domains.
Approach: They propose a mask specific language model that weights the importance of domain-specific terms during fine-tuning to avoid insensitivity.
Outcome: The proposed approach outperforms advanced masking strategies such as span- and PMI-based masking.
BERTGen: Multi-task Generation through BERT (2021.acl-long)

Copied to clipboard

Challenge: Recent work in unsupervised and self-supervised pre-training has revolutionised the field of natural language understanding (NLU).
Approach: They propose to use multimodal and multilingual pre-trained models to extend BERT by fusing them together for language generation tasks.
Outcome: The proposed model outperforms baseline models in image captioning, machine translation and multimodal machine translation tasks and is competitive with supervised counterparts.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations