2022

Cross-View Language Modeling: Towards Unified Cross-Lingual Cross-Modal Pre-training

Zeng, Yan, Zhou, Wangchunshu, Luo, Ao et al.

Understand

In this paper, we introduce Cross-View Language Modeling, a simple and effective pre-training framework that unifies cross-lingual and cross-modal pre-training with shared architectures and objectives.

  • Our approach is motivated by a key observation that cross-lingual and cross-modal pre-training share the same goal of aligning two different views of the same object into a common semantic space.
  • To this end, the cross-view language modeling framework considers both multi-modal data (i.e., image-caption pairs) and multi-lingual data (i.e., parallel sentence pairs) as two different views of the same object, and trains the model to align the two views by maximizing the mutual information between them with conditional masked language modeling and contrastive learning.
  • We pre-train CCLM, a Cross-lingual Cross-modal Language Model, with the cross-view language modeling framework.

Reading the bibliography…