Industry Scale Semi-Supervised Learning for Natural Language Understanding
Luoxin Chen, Francisco Garcia, Varun Kumar, He Xie, Jianhua Lu

TL;DR
This paper develops a production-level semi-supervised learning pipeline for natural language understanding, exploring data selection strategies and comparing multiple SSL techniques to enhance intent classification and named entity recognition.
Contribution
It introduces a comprehensive SSL pipeline for NLU, evaluates data selection methods, and compares four SSL techniques in a production setting for large-scale NLU tasks.
Findings
Data selection significantly impacts SSL effectiveness.
Different SSL techniques have varying benefits for NLU tasks.
Guidelines are provided for choosing SSL methods in large-scale NLU.
Abstract
This paper presents a production Semi-Supervised Learning (SSL) pipeline based on the student-teacher framework, which leverages millions of unlabeled examples to improve Natural Language Understanding (NLU) tasks. We investigate two questions related to the use of unlabeled data in production SSL context: 1) how to select samples from a huge unlabeled data pool that are beneficial for SSL training, and 2) how do the selected data affect the performance of different state-of-the-art SSL techniques. We compare four widely used SSL techniques, Pseudo-Label (PL), Knowledge Distillation (KD), Virtual Adversarial Training (VAT) and Cross-View Training (CVT) in conjunction with two data selection methods including committee-based selection and submodular optimization based selection. We further examine the benefits and drawbacks of these techniques when applied to intent classification (IC)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Machine Learning and Data Classification
MethodsKnowledge Distillation · Sigmoid Activation · Long Short-Term Memory · Tanh Activation · Bidirectional LSTM · [LivE@PeRson]How do I talk to a real person at Expedia? · Softmax · Dropout · Convolution · CNN Bidirectional LSTM
