gallifantjack commited on
Commit
96b2f17
·
verified ·
1 Parent(s): fc03a4c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -7
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 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
  ```
 
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
  ```