Update README.md
Browse files
README.md
CHANGED
@@ -83,3 +83,54 @@ configs:
|
|
83 |
- split: validation
|
84 |
path: data/validation-*
|
85 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
- split: validation
|
84 |
path: data/validation-*
|
85 |
---
|
86 |
+
|
87 |
+
# Dataset Card for EC-RAFT Raw ClinicalTrials.gov Dataset
|
88 |
+
|
89 |
+
## Dataset Summary
|
90 |
+
|
91 |
+
This dataset provides a structured version of ClinicalTrials.gov data from , prepared for use in the EC-RAFT framework. It includes structured eligibility criteria (inclusion, exclusion, age, sex), trial descriptions, metadata, interventions, and study design fields.
|
92 |
+
|
93 |
+
This dataset was used as the foundation for the paper:
|
94 |
+
**EC-RAFT: Automated Generation of Clinical Trial Eligibility Criteria through Retrieval-Augmented Fine-Tuning**
|
95 |
+
(*ACL 2025 Findings*).
|
96 |
+
The EC-RAFT model and training pipeline are available at:
|
97 |
+
👉 [https://github.com/biodatlab/ec-raft](https://github.com/biodatlab/ec-raft)
|
98 |
+
|
99 |
+
## Dataset Structure
|
100 |
+
|
101 |
+
### Data Instances
|
102 |
+
|
103 |
+
Each example is a single clinical trial record with structured metadata and eligibility criteria.
|
104 |
+
|
105 |
+
|
106 |
+
## Dataset Splits
|
107 |
+
|
108 |
+
| Split | Type | Number of Trials | Total Inclusion Criteria | Total Exclusion Criteria | Mean Inclusion Criteria per Trial (± SD) | Mean Exclusion Criteria per Trial (± SD) |
|
109 |
+
| -------------- | -------------- | ---------------- | ------------------------ | ------------------------ | ---------------------------------------- | ---------------------------------------- |
|
110 |
+
| **Train** | Interventional | 168,429 | 838,948 | 1,256,242 | 4.98 ± 5.11 | 7.46 ± 7.05 |
|
111 |
+
| | Observational | 45,448 | 137,234 | 156,298 | 3.02 ± 2.85 | 3.44 ± 3.68 |
|
112 |
+
| **Validation** | Interventional | 20,928 | 103,910 | 154,896 | 4.97 ± 5.04 | 7.40 ± 7.00 |
|
113 |
+
| | Observational | 5,807 | 17,531 | 20,470 | 3.02 ± 2.77 | 3.53 ± 3.64 |
|
114 |
+
| **Test** | Interventional | 21,129 | 103,982 | 156,212 | 4.92 ± 5.01 | 7.39 ± 7.05 |
|
115 |
+
| | Observational | 5,606 | 16,990 | 19,000 | 3.03 ± 2.99 | 3.39 ± 3.61 |
|
116 |
+
|
117 |
+
|
118 |
+
|
119 |
+
## Citation
|
120 |
+
|
121 |
+
If you use this dataset, please cite:
|
122 |
+
|
123 |
+
TBD
|
124 |
+
|
125 |
+
## Contributions
|
126 |
+
|
127 |
+
* Nopporn Lekuthai (Mahidol University)
|
128 |
+
* Nattawit Pewngam (Ravis Technology)
|
129 |
+
* Supitcha Sokrai (Ravis Technology)
|
130 |
+
* Titipat Achakulvisut (Mahidol University)
|
131 |
+
|
132 |
+
## Related Resources
|
133 |
+
|
134 |
+
* [EC-RAFT Github](https://github.com/biodatlab/ec-raft)
|
135 |
+
|
136 |
+
|