jpcorb20 commited on
Commit
b97f2a2
·
verified ·
1 Parent(s): 95a5716

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -40,13 +40,13 @@ Follow the steps in `https://github.com/jpcorb20/mediqa-oe` to merge transcripts
40
 
41
  ## 4. Data Fields / Format
42
 
43
- - **Input fields**:
44
- - `transcript` (dict of list): the doctor-patient consultation transcript as dict of three lists using those keys:
45
  - `turn_id` (int): index of that turn.
46
  - `speaker` (str): speaker of that turn *DOCTOR* or *PATIENT*.
47
  - `transcript` (str): line of that turn.
48
 
49
- - **Output fields**:
50
  - A JSON (or list) of **expected orders**
51
  - Each order object includes at least:
52
  * `order_type` (e.g. “medication”, “lab”)
 
40
 
41
  ## 4. Data Fields / Format
42
 
43
+ **Input fields**:
44
+ - **transcript** (dict of list): the doctor-patient consultation transcript as dict of three lists using those keys:
45
  - `turn_id` (int): index of that turn.
46
  - `speaker` (str): speaker of that turn *DOCTOR* or *PATIENT*.
47
  - `transcript` (str): line of that turn.
48
 
49
+ **Output fields**:
50
  - A JSON (or list) of **expected orders**
51
  - Each order object includes at least:
52
  * `order_type` (e.g. “medication”, “lab”)