NotXia commited on
Commit
245f41d
1 Parent(s): 6d735c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- Model architecture is similar to [BERTSum](https://github.com/nlpyang/BertSum).\
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