gallifantjack commited on
Commit
fc326d5
1 Parent(s): 8995300

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ pretty_name: Oncology AMIE Dataset
5
+ size_categories:
6
+ - n<1K
7
+ task_categories:
8
+ - text-classification
9
+ - other
10
+ task_ids:
11
+ - text-classification
12
+ - medical-diagnosis
13
+ ---
14
+
15
+ # Oncology AMIE Dataset
16
+
17
+ ## Dataset Description
18
+
19
+ This dataset contains detailed clinical cases of breast cancer patients, including their age, molecular phenotype (ER/PR/HER2 status), treatment status, special considerations, and ground truth treatment recommendations. The cases are divided into treatment-naive and treatment-refractory categories.
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
+
27
+ The dataset includes the following columns:
28
+ - id: Unique identifier for each case
29
+ - type: Whether the case is treatment-naive or treatment-refractory
30
+ - age: Patient age
31
+ - molecular_phenotype: ER/PR/HER2 status
32
+ - treatment_status: Current treatment status
33
+ - special_considerations: Additional clinical considerations
34
+ - description: Detailed case description
35
+ - ground_truth: Expert-provided treatment recommendation
36
+
37
+ ### Usage
38
+
39
+ This dataset can be used for:
40
+ - Training medical AI systems
41
+ - Clinical decision support development
42
+ - Medical education and training
43
+ - Research in oncology treatment protocols
44
+
45
+ ### Citation
46
+
47
+ If you use this dataset, please cite the original paper:
48
+ ```
49
+ @article{palepu2024exploring,
50
+ title={Exploring Large Language Models for Specialist-level Oncology Care},
51
+ author={Palepu, Anil and Dhillon, Vikram and Niravath, Polly and Weng, Wei-Hung and Prasad, Preethi and Saab, Khaled and Tanno, Ryutaro and Cheng, Yong and Mai, Hanh and Burns, Ethan and others},
52
+ journal={arXiv preprint arXiv:2411.03395},
53
+ year={2024}
54
+ }
55
+ ```