paper-with-me

홈 › Papers

Temporal Adaptation of BERT and Performance on Downstream Document Classification: Insights from Social Media

2021-04-16 · Findings (EMNLP) 2021 11 · Paul Röttger, Janet B. Pierrehumbert

Language use differs between domains and even within a domain, language use changes over time. For pre-trained language models like BERT, domain adaptation through continued pre-training has been shown to improve performance on in-domain downstream tasks. In this article, we investigate whether temporal adaptation can bring additional benefits. For this purpose, we introduce a corpus of social media comments sampled over three years. It contains unlabelled data for adaptation and evaluation on an upstream masked language modelling task as well as labelled data for fine-tuning and evaluation on a downstream document classification task. We find that temporality matters for both tasks: temporal adaptation improves upstream and temporal fine-tuning downstream task performance. Time-specific models generally perform better on past than on future test sets, which matches evidence on the bursty usage of topical words. However, adapting BERT to time and domain does not improve performance on the downstream task over only adapting to domain. Token-level analysis shows that temporal adaptation captures event-driven changes in language use in the downstream task, but not those changes that are actually relevant to task performance. Based on our findings, we discuss when temporal adaptation may be more effective.

📄 PDF Abstract BibTeX arXiv:2104.08116

Code (2)

paul-rottger/temporal-adaptation 공식 구현
zhaochen0110/lmlm pytorch

Tasks

Document ClassificationDomain AdaptationGeneral ClassificationLanguage Modelling

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

BiTimeBERT: Extending Pre-Trained Language Representations with Bi-Temporal Information

2022-04-27 · Jiexin Wang, Adam Jatowt, Masatoshi Yoshikawa, Yi Cai

Time is an important aspect of documents and is used in a range of NLP and IR tasks. In this work, we investigate methods for incorporating temporal information during pre-training to further improve the performance on t…

ArticlesInformation Retrieval

Towards Effective Time-Aware Language Representation: Exploring Enhanced Temporal Understanding in Language Models

2024-06-04 · Jiexin Wang, Adam Jatowt, Yi Cai

In the evolving field of Natural Language Processing, understanding the temporal context of text is increasingly crucial. This study investigates methods to incorporate temporal information during pre-training, aiming to…

Document DatingLanguage ModelingLanguage ModellingMasked Language Modeling

Adaptation of Biomedical and Clinical Pretrained Models to French Long Documents: A Comparative Study

2024-02-26 · Adrien Bazoge, Emmanuel Morin, Beatrice Daille, Pierre-Antoine Gourraud

Recently, pretrained language models based on BERT have been introduced for the French biomedical domain. Although these models have achieved state-of-the-art results on biomedical and clinical NLP tasks, they are constr…

named-entity-recognitionNamed Entity Recognition

DocTime: A Document-level Temporal Dependency Graph Parser

2022-07-01 · NAACL 2022 7 · Puneet Mathur, Vlad Morariu, Verena Kaynig-Fittkau, Jiuxiang Gu 외

We introduce DocTime - a novel temporal dependency graph (TDG) parser that takes as input a text document and produces a temporal dependency graph. It outperforms previous BERT-based solutions by a relative 4-8% on three…

LinkBERT: Pretraining Language Models with Document Links

2022-03-29 · ACL 2022 5 · Michihiro Yasunaga, Jure Leskovec, Percy Liang

Language model (LM) pretraining can learn various knowledge from text corpora, helping downstream tasks. However, existing methods such as BERT model a single document, and do not capture dependencies or knowledge that s…

Document ClassificationLanguage ModelingLanguage ModellingMasked Language Modeling+10