CLNov 24, 2021

Temporal Effects on Pre-trained Models for Language Processing Tasks

arXiv:2111.12790v2635 citations
Originality Incremental advance
AI Analysis

This work addresses the practical problem of maintaining language technology performance over time for users and developers, though it is incremental in refining existing concepts.

The study investigated how time affects pre-trained language models on downstream tasks, distinguishing between temporal model deterioration and temporal domain adaptation. It found that temporal domain adaptation consistently improves performance, with self-labeling achieving better adaptation than human annotations for named entity recognition.

Keeping the performance of language technologies optimal as time passes is of great practical interest. We study temporal effects on model performance on downstream language tasks, establishing a nuanced terminology for such discussion and identifying factors essential to conduct a robust study. We present experiments for several tasks in English where the label correctness is not dependent on time and demonstrate the importance of distinguishing between temporal model deterioration and temporal domain adaptation for systems using pre-trained representations. We find that depending on the task, temporal model deterioration is not necessarily a concern. Temporal domain adaptation however is beneficial in all cases, with better performance for a given time period possible when the system is trained on temporally more recent data. Therefore, we also examine the efficacy of two approaches for temporal domain adaptation without human annotations on new data. Self-labeling shows consistent improvement and notably, for named entity recognition, leads to better temporal adaptation than even human annotations.

Code Implementations1 repo
Foundations

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

Your Notes