Semi-Supervised Sequence Modeling with Cross-View Training
Unsupervised representation learning algorithms such as word2vec and ELMo improve the accuracy of many supervised NLP models, mainly because they can take advantage of large amounts of unlabeled text. However, the supervised models only learn from task-specific labeled data during the main training phase. We therefore propose Cross-View Training (CVT), a semi-supervised learning algorithm that improves the representations of a Bi-LSTM sentence encoder using a mix of labeled and unlabeled data. On labeled examples, standard supervised learning is used. On unlabeled examples, CVT teaches auxiliary prediction modules that see restricted views of the input (e.g., only part of a sentence) to match the predictions of the full model seeing the whole input. Since the auxiliary modules and the full model share intermediate representations, this in turn improves the full model. Moreover, we show that CVT is particularly effective when combined with multi-task learning. We evaluate CVT on five sequence tagging tasks, machine translation, and dependency parsing, achieving state-of-the-art results.
Code (2)
Tasks
CCG SupertaggingDependency ParsingMachine TranslationMulti-Task LearningNamed Entity Recognition (NER)Part-Of-Speech TaggingRepresentation LearningSentenceTranslationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Evaluating Protein Transfer Learning with TAPE
Protein modeling is an increasingly popular area of machine learning research. Semi-supervised learning has emerged as an important paradigm in protein modeling due to the high cost of acquiring supervised protein labels…
BIG-bench Machine LearningRepresentation LearningTransfer LearningBackground Matters: A Cross-view Bidirectional Modeling Framework for Semi-supervised Medical Image Segmentation
Semi-supervised medical image segmentation (SSMIS) leverages unlabeled data to reduce reliance on manually annotated images. However, current SOTA approaches predominantly focus on foreground-oriented modeling (i.e., seg…
Image SegmentationMedical Image SegmentationSemantic SegmentationSemi-supervised Medical Image SegmentationEnhancing Semi-Supervised Multi-View Graph Convolutional Networks via Supervised Contrastive Learning and Self-Training
The advent of graph convolutional network (GCN)-based multi-view learning provides a powerful framework for integrating structural information from heterogeneous views, enabling effective modeling of complex multi-view d…
Contrastive LearningEvent Representation with Sequential, Semi-Supervised Discrete Variables
Within the context of event modeling and understanding, we propose a new method for neural sequence modeling that takes partially-observed sequences of discrete, external knowledge into account. We construct a sequential…
A Cross-Sentence Latent Variable Model for Semi-Supervised Text Sequence Matching
We present a latent variable model for predicting the relationship between a pair of text sequences. Unlike previous auto-encoding--based approaches that consider each sequence separately, our proposed framework utilizes…
DecoderNatural Language InferenceParaphrase IdentificationSentence