Expand entities from JSON string to typed list of structs
Browse files- README.md +17 -1
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -25,7 +25,23 @@ dataset_info:
|
|
| 25 |
- name: text
|
| 26 |
dtype: string
|
| 27 |
- name: entities
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
splits:
|
| 30 |
- name: train
|
| 31 |
num_examples: 12
|
|
|
|
| 25 |
- name: text
|
| 26 |
dtype: string
|
| 27 |
- name: entities
|
| 28 |
+
list:
|
| 29 |
+
- name: entity_type
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: canonical
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: surface
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: start_char
|
| 36 |
+
dtype: int32
|
| 37 |
+
- name: end_char
|
| 38 |
+
dtype: int32
|
| 39 |
+
- name: register
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: is_eponym
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: med_type
|
| 44 |
+
dtype: string
|
| 45 |
splits:
|
| 46 |
- name: train
|
| 47 |
num_examples: 12
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91990283ded4e33195b397d2358f288f83ab512387802968ee478cb158821144
|
| 3 |
+
size 238648187
|