Update README.md
Browse files
README.md
CHANGED
|
@@ -17,9 +17,30 @@ dataset_info:
|
|
| 17 |
num_examples: 536389
|
| 18 |
download_size: 1032809429
|
| 19 |
dataset_size: 1873708162
|
|
|
|
|
|
|
|
|
|
| 20 |
configs:
|
| 21 |
- config_name: default
|
| 22 |
data_files:
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
num_examples: 536389
|
| 18 |
download_size: 1032809429
|
| 19 |
dataset_size: 1873708162
|
| 20 |
+
tags:
|
| 21 |
+
- medical
|
| 22 |
+
- therapeutics
|
| 23 |
configs:
|
| 24 |
- config_name: default
|
| 25 |
data_files:
|
| 26 |
- split: train
|
| 27 |
path: data/train-*
|
| 28 |
+
license: apache-2.0
|
| 29 |
+
language:
|
| 30 |
+
- en
|
| 31 |
+
pretty_name: Clinical Trials
|
| 32 |
---
|
| 33 |
+
# Clinical Trials Dataset
|
| 34 |
+
### Overview
|
| 35 |
+
|
| 36 |
+
This dataset contains information extracted from clinical trial records collected from [ClinicalTrials.gov](https://clinicaltrials.gov) (Date Accessed: 05/02/2025). It focuses on key descriptive fields that provide insight into trial objectives, eligibility criteria, and study design. The dataset is designed for researchers, healthcare professionals, and AI/ML practitioners interested in analyzing clinical trial data, understanding treatment development, or building tools to assist in clinical trial matching.
|
| 37 |
+
|
| 38 |
+
### Dataset Structure
|
| 39 |
+
|
| 40 |
+
Each record in the dataset represents a single clinical trial and contains the following key fields:
|
| 41 |
+
|
| 42 |
+
- **nctId**: The unique identifier for the clinical trial as registered on ClinicalTrials.gov
|
| 43 |
+
- **briefTitle**: A short title of the study
|
| 44 |
+
- **briefSummary**: A concise summary of the trial's purpose and objectives
|
| 45 |
+
- **detailedDescription**: An extended description of the trial, including methodology and other details
|
| 46 |
+
- **eligibilityCriteria**: Specifications for who can and cannot participate in the trial
|