jordypg commited on
Commit
022a8aa
·
verified ·
1 Parent(s): bda90fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,4 +14,6 @@ tags:
14
  - scientific_papers
15
  - PEGASUS
16
  ---
17
- Extractive summarization, followed by abstractive summmarization. Extractive summarization performed via Top-K Sentence Cosine, in which the cosine similarity of sentence embeddings are compared. Abstractive summarization comes from the PEGASUS-X model, fine-tuned on Top-K Sentence Cosine summaries of papers from the eLife dataset.
 
 
 
14
  - scientific_papers
15
  - PEGASUS
16
  ---
17
+ Extractive summarization, followed by abstractive summmarization. Extractive summarization performed via Top-K Sentence Cosine, in which the cosine similarity of sentence embeddings are compared. Abstractive summarization comes from the PEGASUS-X model, fine-tuned on Top-K Sentence Cosine summaries of papers from the eLife dataset. See attached paper for further details.
18
+
19
+ Implemented for graduate course COSC-685 Advanced NLP, in collaboration with Zhiheng Wang, Ahmed Jaafar, and Jiarui Liu.