Reducing Model Jitter: Stable Re-training of Semantic Parsers in Production Environments
Christopher Hidey, Fei Liu, Rahul Goel

TL;DR
This paper addresses the issue of model jitter in retraining deep learning semantic parsers, proposing techniques like ensembling and distillation to improve stability with minimal resource trade-offs.
Contribution
It introduces the model agreement metric to quantify jitter and evaluates practical jitter reduction methods, highlighting co-distillation as an effective solution.
Findings
Model jitter varies with dataset noise and model size.
Ensembling and distillation reduce model jitter.
Co-distillation offers a good balance between stability and resource use.
Abstract
Retraining modern deep learning systems can lead to variations in model performance even when trained using the same data and hyper-parameters by simply using different random seeds. We call this phenomenon model jitter. This issue is often exacerbated in production settings, where models are retrained on noisy data. In this work we tackle the problem of stable retraining with a focus on conversational semantic parsers. We first quantify the model jitter problem by introducing the model agreement metric and showing the variation with dataset noise and model sizes. We then demonstrate the effectiveness of various jitter reduction techniques such as ensembling and distillation. Lastly, we discuss practical trade-offs between such techniques and show that co-distillation provides a sweet spot in terms of jitter reduction for semantic parsing systems with only a modest increase in resource…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
