Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -25,13 +25,9 @@ This dataset was extracted from the [Web Ontology Language (OWL)](https://en.wik
|
|
25 |
into a Controlled Natural Language (CNL) for use in training Medical Large Language Models to be conversant in
|
26 |
canonical human anatomy.
|
27 |
|
28 |
-
So, Description Logic expressions such as the following in FMA:
|
29 |
-
|
30 |
-
```
|
31 |
-
Owlready2, allows for symbolic transformation of Description Logic expressions such as:
|
32 |
|
33 |
```console
|
34 |
-
fma13245 (Surface of left ventricle)
|
35 |
fma13245 β fma222938 (Surface of cardiac chamber)
|
36 |
fma13245 β β bounds .fma7101 (Left ventricle)
|
37 |
fma13245 β β bounds .fma7166 (Left side of heart)
|
@@ -40,7 +36,7 @@ fma13245 β β bounds .fma83473 (Wall of biventricular part of heart)
|
|
40 |
fma13245 β fma222938 (Surface of cardiac chamber)
|
41 |
```
|
42 |
|
43 |
-
|
44 |
|
45 |
|
46 |
```
|
|
|
25 |
into a Controlled Natural Language (CNL) for use in training Medical Large Language Models to be conversant in
|
26 |
canonical human anatomy.
|
27 |
|
28 |
+
So, Description Logic expressions such as the following in FMA about fma13245 (Surface of left ventricle):
|
|
|
|
|
|
|
29 |
|
30 |
```console
|
|
|
31 |
fma13245 β fma222938 (Surface of cardiac chamber)
|
32 |
fma13245 β β bounds .fma7101 (Left ventricle)
|
33 |
fma13245 β β bounds .fma7166 (Left side of heart)
|
|
|
36 |
fma13245 β fma222938 (Surface of cardiac chamber)
|
37 |
```
|
38 |
|
39 |
+
can be rendered as the following textual definition:
|
40 |
|
41 |
|
42 |
```
|