Update README.md
Browse files
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 |
-
|
| 44 |
-
-
|
| 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 |
-
|
| 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”)
|