Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,30 @@ 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
```json
|
31 |
{"input": "What is the Cardiac vein?",
|
|
|
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)
|
38 |
+
fma13245 β β bounds .fma73704 (Wall of left side of heart)
|
39 |
+
fma13245 β β bounds .fma83473 (Wall of biventricular part of heart)
|
40 |
+
fma13245 β fma222938 (Surface of cardiac chamber)
|
41 |
+
```
|
42 |
+
|
43 |
+
into the following textual definition:
|
44 |
+
|
45 |
+
|
46 |
+
```
|
47 |
+
The Surface of left ventricle is defined in the Foundational Model Anatomy (FMA) as a surface of cardiac chamber.
|
48 |
+
It bounds a left ventricle, a left side of heart, a wall of left side of heart, and a wall of biventricular part of heart
|
49 |
+
```
|
50 |
+
|
51 |
+
This dataset includes full definition instructions such as the following, generated from the logical axioms of the FMA ontology:
|
52 |
|
53 |
```json
|
54 |
{"input": "What is the Cardiac vein?",
|