Datasets:

Modalities:
Text
Formats:
arrow
Languages:
English
ArXiv:
Libraries:
Datasets
License:
File size: 1,039 Bytes
929de36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
900378c
da41d04
900378c
 
 
da41d04
900378c
 
 
 
929de36
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
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}
}
```