ChrisBridges commited on
Commit
595c3bc
·
verified ·
1 Parent(s): b2316d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -14,6 +14,9 @@ BART \[1\] fine-tuned for extractive summarization on a dataset of movie and boo
14
 
15
  Continued fine-tuning from the BART-large-cnn checkpoint, which was fine-tuned on the CNN Daily Mail, which is more extractive than abstractive.
16
 
 
 
 
17
  ## Training Description
18
 
19
  ### Dataset
@@ -66,8 +69,8 @@ Additionally, we report the average predicted quote length, the number of epochs
66
  | BART-large-cnn | 0.4384 ± 0.0225 | 0.3693 ± 0.0197 | 0.4165 ± 0.0239 | 0.4317 ± 0.0234 | 81.8623 ± 1.5324 | 28.23 | 3:48:24 |
67
 
68
  ## References
69
- \[1\] (BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension
70
- )[https://arxiv.org/abs/1910.13461]
71
- \[2\] (You Had Me at Hello: How Phrasing Affects Memorability)[https://aclanthology.org/P12-1094/]
72
- \[3\] (Quote Detection: A New Task and Dataset for NLP)[https://aclanthology.org/2023.latechclfl-1.3/]
73
- \[4\] (Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer)[https://arxiv.org/abs/1910.10683]
 
14
 
15
  Continued fine-tuning from the BART-large-cnn checkpoint, which was fine-tuned on the CNN Daily Mail, which is more extractive than abstractive.
16
 
17
+ **Compare**: The smaller model [BART-base-quotes](https://huggingface.co/ChrisBridges/bart-base-quotes) achieved slightly smaller ROUGE scores,
18
+ but favors shorter quotes (~1/4 length on average).
19
+
20
  ## Training Description
21
 
22
  ### Dataset
 
69
  | BART-large-cnn | 0.4384 ± 0.0225 | 0.3693 ± 0.0197 | 0.4165 ± 0.0239 | 0.4317 ± 0.0234 | 81.8623 ± 1.5324 | 28.23 | 3:48:24 |
70
 
71
  ## References
72
+ \[1\] [BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension
73
+ ](https://arxiv.org/abs/1910.13461)
74
+ \[2\] [You Had Me at Hello: How Phrasing Affects Memorability](https://aclanthology.org/P12-1094/)
75
+ \[3\] [Quote Detection: A New Task and Dataset for NLP](https://aclanthology.org/2023.latechclfl-1.3/)
76
+ \[4\] [Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer](https://arxiv.org/abs/1910.10683)