CLCYDLSep 15, 2024

Towards understanding evolution of science through language model series

arXiv:2409.09636v21 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for models that understand scientific discourse over time, offering incremental improvements through a novel series-based approach.

The authors tackled the problem of capturing the temporal evolution of scientific text by introducing AnnualBERT, a series of language models that achieve state-of-the-art performances on domain-specific NLP tasks and link prediction in arXiv citation networks, with comparable results in standard tasks.

We introduce AnnualBERT, a series of language models designed specifically to capture the temporal evolution of scientific text. Deviating from the prevailing paradigms of subword tokenizations and "one model to rule them all", AnnualBERT adopts whole words as tokens and is composed of a base RoBERTa model pretrained from scratch on the full-text of 1.7 million arXiv papers published until 2008 and a collection of progressively trained models on arXiv papers at an annual basis. We demonstrate the effectiveness of AnnualBERT models by showing that they not only have comparable performances in standard tasks but also achieve state-of-the-art performances on domain-specific NLP tasks as well as link prediction tasks in the arXiv citation network. We then utilize probing tasks to quantify the models' behavior in terms of representation learning and forgetting as time progresses. Our approach enables the pretrained models to not only improve performances on scientific text processing tasks but also to provide insights into the development of scientific discourse over time. The series of the models is available at https://huggingface.co/jd445/AnnualBERTs.

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