This model is a fine-tuned version of
allenai/led-base-16384 on the
pszemraj/govreport-summarization-8192 dataset.
It achieves the following results on the evaluation set:
The rouge metrics calculations were processed later down the line (final notebook can be found
HERE).
As described in
Longformer: The Long-Document Transformer by Iz Beltagy, Matthew E. Peters, Arman Cohan,
Allenai's Longformer Encoder-Decoder (LED) was initialized from
bart-base since both models share the exact same architecture. To be able to process 16K tokens,
bart-base's position embedding matrix was simply copied 16 times.
This model is especially interesting for long-range summarization and question answering.
pszemraj/govreport-summarization-8192 is a pre-processed version of the dataset
ccdv/govreport-summarization, which is a dataset for summarization of long documents adapted from this
repository and this
paper.
The Allenai's LED model was fine-tuned to this dataset, allowing the summarization of documents up to 16384 tokens.