CDLM: Cross-Document Language Modeling (2101.00406v2)
Abstract: We introduce a new pretraining approach geared for multi-document LLMing, incorporating two key ideas into the masked LLMing 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 LLM), a new general LLM 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.
- Avi Caciularu (46 papers)
- Arman Cohan (121 papers)
- Iz Beltagy (39 papers)
- Matthew E. Peters (27 papers)
- Arie Cattan (23 papers)
- Ido Dagan (72 papers)