CLFeb 9, 2021

NewsBERT: Distilling Pre-trained Language Model for Intelligent News Application

arXiv:2102.04887v2671 citations
Originality Incremental advance
AI Analysis

This work is significant for news application developers and users, as it enables the deployment of powerful language models in latency-sensitive environments, improving news recommendation and retrieval efficiency.

This paper addresses the challenge of deploying large pre-trained language models (PLMs) in low-latency online news applications by proposing NewsBERT. NewsBERT distills PLMs into smaller models using a teacher-student joint learning and momentum distillation framework, demonstrating improved performance across various news tasks on two real-world datasets.

Pre-trained language models (PLMs) like BERT have made great progress in NLP. News articles usually contain rich textual information, and PLMs have the potentials to enhance news text modeling for various intelligent news applications like news recommendation and retrieval. However, most existing PLMs are in huge size with hundreds of millions of parameters. Many online news applications need to serve millions of users with low latency tolerance, which poses huge challenges to incorporating PLMs in these scenarios. Knowledge distillation techniques can compress a large PLM into a much smaller one and meanwhile keeps good performance. However, existing language models are pre-trained and distilled on general corpus like Wikipedia, which has some gaps with the news domain and may be suboptimal for news intelligence. In this paper, we propose NewsBERT, which can distill PLMs for efficient and effective news intelligence. In our approach, we design a teacher-student joint learning and distillation framework to collaboratively learn both teacher and student models, where the student model can learn from the learning experience of the teacher model. In addition, we propose a momentum distillation method by incorporating the gradients of teacher model into the update of student model to better transfer useful knowledge learned by the teacher model. Extensive experiments on two real-world datasets with three tasks show that NewsBERT can effectively improve the model performance in various intelligent news applications with much smaller models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes