Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# TrialAlign
|
| 8 |
+
<p align="center">
|
| 9 |
+
🤗 <a href="https://huggingface.co/linjc16/Panacea-7B-Chat" target="_blank">[Panacea Model] </a> 💻 <a href="https://github.com/linjc16/Panacea" target="_blank">[Github Repo]</a> • 📃 <a href="https://arxiv.org/pdf/2407.11007" target="_blank">[LongWriter Paper]</a>
|
| 10 |
+
</p>
|
| 11 |
+
|
| 12 |
+
TrialAlign datasets are the continual pretraining corpus for "Panacea: A foundation model for clinical trial search, summarization, design, and recruitment". TrialAlign contains 793,279 clinical trial design documents worldwide and 1,113,207 clinical study papers.
|
| 13 |
+
|
| 14 |
+
## Citation
|
| 15 |
+
|
| 16 |
+
If you find our work useful, please consider citing Panacea:
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
@article{lin2024panacea,
|
| 20 |
+
title={Panacea: A foundation model for clinical trial search, summarization, design, and recruitment},
|
| 21 |
+
author={Lin, Jiacheng and Xu, Hanwen and Wang, Zifeng and Wang, Sheng and Sun, Jimeng},
|
| 22 |
+
journal={arXiv preprint arXiv:2407.11007},
|
| 23 |
+
year={2024}
|
| 24 |
+
}
|
| 25 |
+
```
|