Update README.md
Browse files
README.md
CHANGED
|
@@ -10,8 +10,10 @@ pipeline_tag: summarization
|
|
| 10 |
# Longformer for biomedical extractive summarization
|
| 11 |
|
| 12 |
## Description
|
|
|
|
|
|
|
| 13 |
Longformer fine-tuned on [MS^2](https://github.com/allenai/mslr-shared-task) for extractive summarization.\
|
| 14 |
-
|
| 15 |
Training code is available at [biomed-ext-summ](https://github.com/NotXia/biomed-ext-summ).
|
| 16 |
|
| 17 |
## Usage
|
|
|
|
| 10 |
# Longformer for biomedical extractive summarization
|
| 11 |
|
| 12 |
## Description
|
| 13 |
+
Work done for my [Bachelor's thesis](https://amslaurea.unibo.it/id/eprint/29686).
|
| 14 |
+
|
| 15 |
Longformer fine-tuned on [MS^2](https://github.com/allenai/mslr-shared-task) for extractive summarization.\
|
| 16 |
+
The model architecture is similar to [BERTSum](https://github.com/nlpyang/BertSum).\
|
| 17 |
Training code is available at [biomed-ext-summ](https://github.com/NotXia/biomed-ext-summ).
|
| 18 |
|
| 19 |
## Usage
|