oops
Browse files
README.md
CHANGED
@@ -35,4 +35,18 @@ tags:
|
|
35 |
- medical
|
36 |
- therapeutics
|
37 |
pretty_name: Clinical Trials Embeddings
|
38 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
- medical
|
36 |
- therapeutics
|
37 |
pretty_name: Clinical Trials Embeddings
|
38 |
+
---
|
39 |
+
# Clinical Trials Embeddings Dataset
|
40 |
+
### Overview
|
41 |
+
This dataset contains information extracted from clinical trial records collected from [ClinicalTrials.gov](https://clinicaltrials.gov) (Date Accessed: 05/02/2025) along with `briefSummary` columns embeddings generated using `minishlab/potion-base-8M`. 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.
|
42 |
+
|
43 |
+
### Dataset Structure
|
44 |
+
|
45 |
+
Each record in the dataset represents a single clinical trial and contains the following key fields:
|
46 |
+
|
47 |
+
- **nctId**: The unique identifier for the clinical trial as registered on ClinicalTrials.gov
|
48 |
+
- **briefTitle**: A short title of the study
|
49 |
+
- **briefSummary**: A concise summary of the trial's purpose and objectives
|
50 |
+
- **detailedDescription**: An extended description of the trial, including methodology and other details
|
51 |
+
- **eligibilityCriteria**: Specifications for who can and cannot participate in the trial
|
52 |
+
- **embedding**: Embeddings for the `briefSummary` column
|