xtie commited on
Commit
103506a
β€’
1 Parent(s): dd632c1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 fine-tuned large language models (LLMs) for PET report summarization:
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 Repository](https://github.com/xtie97/PET-Report-Summarization)
29
+ ---