BART (Bidirectional and Auto-Regressive Transformers) represents Facebook AI's approach to sequence-to-sequence modeling that combines the bidirectional encoding of BERT with the auto-regressive decoding of GPT. Here we examines BART's architecture, ...