Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ This dataset contains detailed clinical cases of breast cancer patients, includi
|
|
20 |
|
21 |
### Dataset Summary
|
22 |
|
23 |
-
A clinical dataset containing breast cancer cases with their descriptions, molecular phenotypes, and treatment recommendations. The dataset includes both treatment-naive and treatment-refractory cases.
|
24 |
|
25 |
### Features
|
26 |
|
@@ -33,6 +33,13 @@ The dataset includes the following columns:
|
|
33 |
- special_considerations: Additional clinical considerations
|
34 |
- description: Detailed case description
|
35 |
- ground_truth: Expert-provided treatment recommendation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
### Usage
|
38 |
|
@@ -44,12 +51,12 @@ This dataset can be used for:
|
|
44 |
|
45 |
### Citation
|
46 |
|
47 |
-
If you use this dataset, please cite
|
48 |
```
|
49 |
-
@
|
50 |
-
title={
|
51 |
-
author={
|
52 |
-
|
53 |
-
|
54 |
}
|
55 |
```
|
|
|
20 |
|
21 |
### Dataset Summary
|
22 |
|
23 |
+
A clinical dataset containing breast cancer cases with their descriptions, molecular phenotypes, and treatment recommendations. The dataset includes both treatment-naive and treatment-refractory cases, along with structured questions and system prompts for AI assistance.
|
24 |
|
25 |
### Features
|
26 |
|
|
|
33 |
- special_considerations: Additional clinical considerations
|
34 |
- description: Detailed case description
|
35 |
- ground_truth: Expert-provided treatment recommendation
|
36 |
+
- system_prompt: General instruction for AI assistance
|
37 |
+
- question_all: Complete case evaluation question with structured format
|
38 |
+
- question_neoadjuvant: Specific question about neoadjuvant therapy
|
39 |
+
- question_surgery: Specific question about surgical approach
|
40 |
+
- question_adjuvant: Specific question about adjuvant therapy
|
41 |
+
- question_genetic: Specific question about genetic testing
|
42 |
+
- question_support: Specific question about psychosocial support
|
43 |
|
44 |
### Usage
|
45 |
|
|
|
51 |
|
52 |
### Citation
|
53 |
|
54 |
+
If you use this dataset, please cite:
|
55 |
```
|
56 |
+
@misc{onc_amie_dataset,
|
57 |
+
title={Oncology AMIE Dataset},
|
58 |
+
author={Gallifant, Jack},
|
59 |
+
year={2024},
|
60 |
+
publisher={Hugging Face}
|
61 |
}
|
62 |
```
|