Update README.md
Browse files
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 |
---
|