File size: 906 Bytes
86117e1
 
 
4d6ced4
 
 
86117e1
 
 
 
 
 
 
 
 
 
bdde97a
86117e1
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
language: en
license: apache-2.0
tags:
- summarization
datasets: arxiv-summarization
---

## Introduction

A led-base-16384 model to summarize ArXiv papers. Inputs are the abstracts of papers and full documents, and outputs are the summaries of the papers.

[Allenai's Longformer Encoder-Decoder (LED)](https://github.com/allenai/longformer#longformer).

As described in [Longformer: The Long-Document Transformer](https://arxiv.org/pdf/2004.05150.pdf) by Iz Beltagy, Matthew E. Peters, Arman Cohan, *led-base-16384* was initialized from [*bart-base*](https://huggingface.co/facebook/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.

### Rouge 2

| Type | Score |
| --- | --- |
| `precision` | 0.1839148953011932 |
| `recall` | 0.14904707945189774 |
| `fmeasure` | 0.1580026685776864 |