Datasets:

lawhy commited on
Commit
4a31cde
1 Parent(s): f82d392

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -206,11 +206,14 @@ dataset_info:
206
  ### Dataset Summary
207
 
208
  OntoLAMA is a set of language model (LM) probing datasets for ontology subsumption inference.
209
- The work follows the "LMs-as-KBs" literature but focuses on conceptualised knowledge extracted from formalised KBs such as the OWL ontologies.
210
- Specifically, the subsumption inference (SI) task is introduced and formulated in the NLI style, where the sub-concept and the super-concept
211
- involved in a subsumption axiom are verbalised and fitted into a template to form the premise and hypothesis, respectively. The SI task is
212
- further divided into Atomic SI and Complex SI where the former involves only atomic named concepts and the latter involves both atomic and complex concepts.
213
- Real-world ontologies of different scales and domains are used for constructing OntoLAMA and in total there are four Atomic SI datasets and two Complex SI datasets.
 
 
 
214
 
215
  ### Languages
216
 
 
206
  ### Dataset Summary
207
 
208
  OntoLAMA is a set of language model (LM) probing datasets for ontology subsumption inference.
209
+ The work follows the "LMs-as-KBs" literature but focuses on conceptualised knowledge extracted from formalised KBs
210
+ such as the OWL ontologies. Specifically, the subsumption inference (SI) task is introduced and formulated in the
211
+ Natural Language Inference (NLI) style, where the sub-concept and the super-concept involved in a subsumption
212
+ axiom are verbalised and fitted into a template to form the premise and hypothesis, respectively.
213
+ The sampled axioms are verified through ontology reasoning. The SI task is further divided into Atomic SI and
214
+ Complex SI where the former involves only atomic named concepts and the latter involves both atomic and complex concepts.
215
+ Real-world ontologies of different scales and domains are used for constructing OntoLAMA and in total there are four Atomic
216
+ SI datasets and two Complex SI datasets.
217
 
218
  ### Languages
219