Elfsong commited on
Commit
e27aaee
·
1 Parent(s): 26106a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -2
README.md CHANGED
@@ -9,5 +9,62 @@ size_categories:
9
  - 1K<n<10K
10
  ---
11
 
12
- Given a conversation between a doctor and patient, participants are tasked with producing a clinical note summarizing the conversation with one or multiple note sections (e.g. Assessment, Past Medical History, Past Surgical History).
13
- The Dialogue2Note Summarization task will focus on the generation of specific sections.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - 1K<n<10K
10
  ---
11
 
12
+ ===========================================
13
+ MEDIQA-Chat 2023 Training/Validation Data
14
+ ===========================================
15
+
16
+ Task A:
17
+ =======
18
+
19
+ The training set consists of 1,201 pairs of conversations and associated section headers and contents.
20
+ The validation set consists of 100 pairs of conversations and their summaries.
21
+
22
+
23
+ The full list of normalized section headers:
24
+
25
+ 1. fam/sochx [FAMILY HISTORY/SOCIAL HISTORY]
26
+ 2. genhx [HISTORY of PRESENT ILLNESS]
27
+ 3. pastmedicalhx [PAST MEDICAL HISTORY]
28
+ 4. cc [CHIEF COMPLAINT]
29
+ 5. pastsurgical [PAST SURGICAL HISTORY]
30
+ 6. allergy
31
+ 7. ros [REVIEW OF SYSTEMS]
32
+ 8. medications
33
+ 9. assessment
34
+ 10. exam
35
+ 11. diagnosis
36
+ 12. disposition
37
+ 13. plan
38
+ 14. edcourse [EMERGENCY DEPARTMENT COURSE]
39
+ 15. immunizations
40
+ 16. imaging
41
+ 17. gynhx [GYNECOLOGIC HISTORY]
42
+ 18. procedures
43
+ 19. other_history
44
+ 20. labs
45
+
46
+
47
+ Task B:
48
+ =======
49
+ The training set consists of 67 pairs of conversations and full notes. The validation set includes 20 pairs of conversations and clinical notes.
50
+
51
+ Full encounter notes are expected to have at least one of four overall section divisions demarked by the first-occuring of its related section headers :
52
+
53
+ | note_division | section_headers
54
+ ---------------------------------------------------------------------------
55
+ | subjective | chief complaint, history of present illness, hpi, subjective
56
+ ---------------------------------------------------------------------------
57
+ | objective_exam | physical exam, exam
58
+ ---------------------------------------------------------------------------
59
+ | objective_results | results, findings
60
+ ---------------------------------------------------------------------------
61
+ | assessment_and_plan | assessment, plan
62
+
63
+ Depending on the encounter, objective_exam and objective_results may not be relevant.
64
+ We encourage review the sample data as well as the evaluation script to understand the best demarkation headers for your generated note.
65
+
66
+
67
+ Task C:
68
+ =======
69
+ The training set consists of 67 pairs of full doctor-patient conversations and notes and the validation set includes 20 pairs of full conversations and clinical notes (same as Task-B datasets). The Task-A training and validation sets (1,301 pairs) could be used as additional training data.
70
+