Lawhy
commited on
Commit
•
e3e0b40
1
Parent(s):
4c7bbad
update version 1.0.0
Browse files- OntoLAMA.py +3 -0
- README.md +7 -7
OntoLAMA.py
CHANGED
@@ -86,6 +86,9 @@ class OntoLAMA(datasets.GeneratorBasedBuilder):
|
|
86 |
datasets.BuilderConfig(
|
87 |
name="go-atomic-SI", version=VERSION, description="Atomic SI dataset created from the Gene Ontology."
|
88 |
),
|
|
|
|
|
|
|
89 |
]
|
90 |
|
91 |
def _info(self):
|
|
|
86 |
datasets.BuilderConfig(
|
87 |
name="go-atomic-SI", version=VERSION, description="Atomic SI dataset created from the Gene Ontology."
|
88 |
),
|
89 |
+
datasets.BuilderConfig(
|
90 |
+
name="go-complex-SI", version=VERSION, description="Complex SI dataset created from the Gene Ontology."
|
91 |
+
),
|
92 |
]
|
93 |
|
94 |
def _info(self):
|
README.md
CHANGED
@@ -238,13 +238,13 @@ An example in the **biMNLI** dataset created from the MNLI dataset is as follows
|
|
238 |
|
239 |
### Data Splits
|
240 |
|
241 |
-
| Source
|
242 |
-
|
243 |
-
|
|
244 |
-
|
|
245 |
-
|
|
246 |
-
|
|
247 |
-
| MNLI
|
248 |
|
249 |
|
250 |
### Licensing Information
|
|
|
238 |
|
239 |
### Data Splits
|
240 |
|
241 |
+
| Source | #NamedConcepts | #EquivAxioms | #Dataset (Train/Dev/Test) |
|
242 |
+
|------------|----------------|--------------|------------------------------------------------------------------------|
|
243 |
+
| Schema.org | 894 | - | Atomic SI: 808/404/2,830 |
|
244 |
+
| DOID | 11,157 | - | Atomic SI: 90,500/11,312/11,314 |
|
245 |
+
| FoodOn | 30,995 | 2,383 | Atomic SI: 768,486/96,060/96,062 <br /> Complex SI: 3,754/1,850/13,080 |
|
246 |
+
| GO | 43,303 | 11,456 | Atomic SI: 772,870/96,608/96,610 <br /> Complex SI: 72,318/9,040/9,040 |
|
247 |
+
| MNLI | - | - | biMNLI: 235,622/26,180/12,906 |
|
248 |
|
249 |
|
250 |
### Licensing Information
|