File size: 2,089 Bytes
fc326d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96b2f17
fc326d5
 
 
 
 
 
 
 
 
 
 
 
96b2f17
 
 
 
 
 
 
fc326d5
 
 
 
 
 
 
 
 
 
 
96b2f17
fc326d5
96b2f17
 
 
 
 
fc326d5
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
language: en
license: mit
pretty_name: Oncology AMIE Dataset
size_categories:
- n<1K
task_categories:
- text-classification
- other
task_ids:
- text-classification
- medical-diagnosis
---

# Oncology AMIE Dataset

## Dataset Description

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.

### Dataset Summary

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.

### Features

The dataset includes the following columns:
- id: Unique identifier for each case
- type: Whether the case is treatment-naive or treatment-refractory
- age: Patient age
- molecular_phenotype: ER/PR/HER2 status
- treatment_status: Current treatment status
- special_considerations: Additional clinical considerations
- description: Detailed case description
- ground_truth: Expert-provided treatment recommendation
- system_prompt: General instruction for AI assistance
- question_all: Complete case evaluation question with structured format
- question_neoadjuvant: Specific question about neoadjuvant therapy
- question_surgery: Specific question about surgical approach
- question_adjuvant: Specific question about adjuvant therapy
- question_genetic: Specific question about genetic testing
- question_support: Specific question about psychosocial support

### Usage

This dataset can be used for:
- Training medical AI systems
- Clinical decision support development
- Medical education and training
- Research in oncology treatment protocols

### Citation

If you use this dataset, please cite:
```
@misc{onc_amie_dataset,
  title={Oncology AMIE Dataset},
  author={Gallifant, Jack},
  year={2024},
  publisher={Hugging Face}
}
```