|
--- |
|
license: apache-2.0 |
|
language: |
|
- en |
|
tags: |
|
- clinicaltrial |
|
--- |
|
|
|
# CTGOV |
|
<p align="center"> |
|
🤗 <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">[Panacea Paper]</a> |
|
</p> |
|
|
|
This repo contains ctgov data used in "Panacea: A foundation model for clinical trial search, summarization, design, and recruitment". |
|
|
|
## Load the dataset |
|
```bash |
|
pip install -U datasets fsspec |
|
``` |
|
|
|
```python |
|
from datasets import load_dataset |
|
ds = load_dataset('linjc16/ctgov', split='train') |
|
``` |
|
|
|
## Citation |
|
|
|
If you find our work useful, please consider citing Panacea: |
|
|
|
``` |
|
@article{lin2024panacea, |
|
title={Panacea: A foundation model for clinical trial search, summarization, design, and recruitment}, |
|
author={Lin, Jiacheng and Xu, Hanwen and Wang, Zifeng and Wang, Sheng and Sun, Jimeng}, |
|
journal={arXiv preprint arXiv:2407.11007}, |
|
year={2024} |
|
} |
|
``` |