xtie commited on
Commit
d3ade04
Β·
1 Parent(s): 3c210a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,7 +1,29 @@
1
  ---
2
- language:
3
- - en
4
- pipeline_tag: summarization
5
  tags:
 
6
  - medical
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
 
1
  ---
2
+ language: en
 
 
3
  tags:
4
+ - summarization
5
  - medical
6
+ library_name: transformers
7
+ pipeline_tag: summarization
8
+ ---
9
+
10
+ # Automatic Personalized Impression Generation for PET Reports Using Large Language Models πŸ“„βœ
11
+
12
+ **Authored by**: Xin Tie, Muheon Shin, Ali Pirasteh, Nevein Ibrahim, Zachary Huemann, Sharon M. Castellino, Kara Kelly, John Garrett, Junjie Hu, Steve Y. Cho, Tyler J. Bradshaw
13
+
14
+ [Read the full paper]()
15
+ <!-- Link to our Arxiv paper -->
16
+
17
+ ## πŸ“‘ Model Description
18
+
19
+ This is the domain-adapted PEGASUSScore for evaluating the quality of PET impressions.
20
+
21
+ To check our domain-adapted text-generation-based evaluation metrics:
22
+ - [BARTScore+PET](https://huggingface.co/xtie/BARTScore-PET)
23
+ - [PEGASUSScore+PET](https://huggingface.co/xtie/PEGASUSScore-PET)
24
+ - [T5+PET](https://huggingface.co/xtie/T5Score-PET)
25
+
26
+
27
+ ## πŸ“ Additional Resources
28
+ - **Codebase for evaluation metrics:** [GitHub](https://github.com/xtie97/PET-Report-Summarization)
29
  ---