Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
xtannier commited on
Commit
60426cc
·
verified ·
1 Parent(s): 73ee614

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -306,8 +306,8 @@ One dataset instance corresponds to **one patient** and contains all associated
306
 
307
  Each example includes:
308
 
309
- - `id`: patient identifier
310
- - `local_id`
311
  - `specialty`
312
  - `author`
313
  - `reviewer`
@@ -342,7 +342,7 @@ patient
342
  │ └─ document
343
  │ ├─ type: string
344
  │ ├─ header: string
345
- │ ├─ path: string
346
  │ └─ word_count: integer
347
  └─ structured_abstract (optional)
348
  ├─ primary_diagnosis: [{code?, description}]
 
306
 
307
  Each example includes:
308
 
309
+ - `id`: unique patient identifier
310
+ - `local_id` (unique within the same specialty)
311
  - `specialty`
312
  - `author`
313
  - `reviewer`
 
342
  │ └─ document
343
  │ ├─ type: string
344
  │ ├─ header: string
345
+ │ ├─ path: string # or text in the Huggingface version
346
  │ └─ word_count: integer
347
  └─ structured_abstract (optional)
348
  ├─ primary_diagnosis: [{code?, description}]