CLJan 2, 2021

CDLM: Cross-Document Language Modeling

arXiv:2101.00406v2683 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the problem of effectively modeling relationships across multiple documents, which is important for researchers and practitioners working on multi-document NLP tasks.

This paper introduces a new pretraining approach called CDLM for multi-document language modeling. It incorporates pretraining over sets of multiple related documents and uses dynamic global attention to access the entire input for masked token prediction, achieving new state-of-the-art results on several multi-text tasks.

We introduce a new pretraining approach geared for multi-document language modeling, incorporating two key ideas into the masked language modeling self-supervised objective. First, instead of considering documents in isolation, we pretrain over sets of multiple related documents, encouraging the model to learn cross-document relationships. Second, we improve over recent long-range transformers by introducing dynamic global attention that has access to the entire input to predict masked tokens. We release CDLM (Cross-Document Language Model), a new general language model for multi-document setting that can be easily applied to downstream tasks. Our extensive analysis shows that both ideas are essential for the success of CDLM, and work in synergy to set new state-of-the-art results for several multi-text tasks. Code and models are available at https://github.com/aviclu/CDLM.

Code Implementations2 repos
Foundations

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

Your Notes