Update README.md
Browse files
README.md
CHANGED
@@ -205,14 +205,15 @@ An example in the **Atomic SI** dataset created from the Gene Ontology (GO) is a
|
|
205 |
An example in the **Complex SI** dataset created from the Food Ontology (FoodOn) is as follows:
|
206 |
```
|
207 |
{
|
208 |
-
'v_sub_concept': '
|
209 |
-
'v_super_concept': '
|
210 |
'label': 0,
|
211 |
-
'axiom':
|
212 |
-
'anchor_axiom':
|
213 |
}
|
214 |
```
|
215 |
|
|
|
216 |
An example in the **biMNLI** dataset created from the MNLI dataset is as follows:
|
217 |
```
|
218 |
{
|
|
|
205 |
An example in the **Complex SI** dataset created from the Food Ontology (FoodOn) is as follows:
|
206 |
```
|
207 |
{
|
208 |
+
'v_sub_concept': 'ham and cheese sandwich that derives from some lima bean (whole)',
|
209 |
+
'v_super_concept': 'lima bean substance',
|
210 |
'label': 0,
|
211 |
+
'axiom': 'SubClassOf(ObjectIntersectionOf(<http://purl.obolibrary.org/obo/FOODON_03307824> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0001000> <http://purl.obolibrary.org/obo/FOODON_03302053>)) <http://purl.obolibrary.org/obo/FOODON_00002776>)',
|
212 |
+
'anchor_axiom': 'EquivalentClasses(<http://purl.obolibrary.org/obo/FOODON_00002776> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/FOODON_00002000> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0001000> <http://purl.obolibrary.org/obo/FOODON_03302053>)) )'
|
213 |
}
|
214 |
```
|
215 |
|
216 |
+
|
217 |
An example in the **biMNLI** dataset created from the MNLI dataset is as follows:
|
218 |
```
|
219 |
{
|