English

Big Bidirectional Insertion Representations for Documents

Computation and Language 2019-10-30 v1 Machine Learning

Abstract

The Insertion Transformer is well suited for long form text generation due to its parallel generation capabilities, requiring O(log2n)O(\log_2 n) generation steps to generate nn tokens. However, modeling long sequences is difficult, as there is more ambiguity captured in the attention mechanism. This work proposes the Big Bidirectional Insertion Representations for Documents (Big BIRD), an insertion-based model for document-level translation tasks. We scale up the insertion-based models to long form documents. Our key contribution is introducing sentence alignment via sentence-positional embeddings between the source and target document. We show an improvement of +4.3 BLEU on the WMT'19 English\rightarrowGerman document-level translation task compared with the Insertion Transformer baseline.

Keywords

Cite

@article{arxiv.1910.13034,
  title  = {Big Bidirectional Insertion Representations for Documents},
  author = {Lala Li and William Chan},
  journal= {arXiv preprint arXiv:1910.13034},
  year   = {2019}
}
R2 v1 2026-06-23T11:57:52.780Z