Update README.md
Browse files
README.md
CHANGED
@@ -15,46 +15,21 @@ language:
|
|
15 |
|
16 |
# OntoLAMA: LAnguage Model Analysis for Ontology Subsumption Inference
|
17 |
|
18 |
-
## Table of Contents
|
19 |
-
- [Dataset Description](#dataset-description)
|
20 |
-
- [Dataset Summary](#dataset-summary)
|
21 |
-
- [Supported Tasks](#supported-tasks-and-leaderboards)
|
22 |
-
- [Languages](#languages)
|
23 |
-
- [Dataset Structure](#dataset-structure)
|
24 |
-
- [Data Instances](#data-instances)
|
25 |
-
- [Data Fields](#data-instances)
|
26 |
-
- [Data Splits](#data-instances)
|
27 |
-
- [Dataset Creation](#dataset-creation)
|
28 |
-
- [Curation Rationale](#curation-rationale)
|
29 |
-
- [Source Data](#source-data)
|
30 |
-
- [Annotations](#annotations)
|
31 |
-
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
32 |
-
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
33 |
-
- [Social Impact of Dataset](#social-impact-of-dataset)
|
34 |
-
- [Discussion of Biases](#discussion-of-biases)
|
35 |
-
- [Other Known Limitations](#other-known-limitations)
|
36 |
-
- [Additional Information](#additional-information)
|
37 |
-
- [Dataset Curators](#dataset-curators)
|
38 |
-
- [Licensing Information](#licensing-information)
|
39 |
-
- [Citation Information](#citation-information)
|
40 |
-
|
41 |
-
## Dataset Description
|
42 |
-
|
43 |
-
- **Homepage:** https://krr-oxford.github.io/DeepOnto/ontolama
|
44 |
-
- **Repository:** https://github.com/KRR-Oxford/DeepOnto
|
45 |
-
- **Paper:** https://arxiv.org/abs/2302.06761
|
46 |
-
- **Leaderboard:** [Needs More Information]
|
47 |
-
- **Point of Contact:** [Needs More Information]
|
48 |
|
49 |
### Dataset Summary
|
50 |
|
51 |
-
OntoLAMA is a set of language model (LM) probing datasets for ontology subsumption inference.
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Supported Tasks and Leaderboards
|
56 |
|
57 |
-
|
58 |
|
59 |
### Languages
|
60 |
|
@@ -99,59 +74,9 @@ An example in the Complex SI dataset created from the Food Ontology (FoodOn) is
|
|
99 |
|
100 |
[Needs More Information]
|
101 |
|
102 |
-
## Dataset Creation
|
103 |
-
|
104 |
-
### Curation Rationale
|
105 |
-
|
106 |
-
[Needs More Information]
|
107 |
-
|
108 |
-
### Source Data
|
109 |
-
|
110 |
-
#### Initial Data Collection and Normalization
|
111 |
-
|
112 |
-
[Needs More Information]
|
113 |
-
|
114 |
-
#### Who are the source language producers?
|
115 |
-
|
116 |
-
[Needs More Information]
|
117 |
-
|
118 |
-
### Annotations
|
119 |
-
|
120 |
-
#### Annotation process
|
121 |
-
|
122 |
-
[Needs More Information]
|
123 |
-
|
124 |
-
#### Who are the annotators?
|
125 |
-
|
126 |
-
[Needs More Information]
|
127 |
-
|
128 |
-
### Personal and Sensitive Information
|
129 |
-
|
130 |
-
[Needs More Information]
|
131 |
-
|
132 |
-
## Considerations for Using the Data
|
133 |
-
|
134 |
-
### Social Impact of Dataset
|
135 |
-
|
136 |
-
[Needs More Information]
|
137 |
-
|
138 |
-
### Discussion of Biases
|
139 |
-
|
140 |
-
[Needs More Information]
|
141 |
-
|
142 |
-
### Other Known Limitations
|
143 |
-
|
144 |
-
[Needs More Information]
|
145 |
-
|
146 |
-
## Additional Information
|
147 |
-
|
148 |
-
### Dataset Curators
|
149 |
-
|
150 |
-
[Needs More Information]
|
151 |
-
|
152 |
### Licensing Information
|
153 |
|
154 |
-
|
155 |
|
156 |
### Citation Information
|
157 |
|
|
|
15 |
|
16 |
# OntoLAMA: LAnguage Model Analysis for Ontology Subsumption Inference
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
### Dataset Summary
|
20 |
|
21 |
+
OntoLAMA is a set of language model (LM) probing datasets for ontology subsumption inference.
|
22 |
+
The work follows the "LMs-as-KBs" literature but focuses on conceptualised knowledge extracted from formalised KBs such as the OWL ontologies.
|
23 |
+
Specifically, the subsumption inference (SI) task is introduced and formulated in the NLI style, where the sub-concept and the super-concept
|
24 |
+
involved in a subsumption axiom are verbalised and fitted into a template to form the premise and hypothesis, respectively. The SI task is
|
25 |
+
further divided into Atomic SI and Complex SI where the former involves only atomic named concepts and the latter involves complex concept
|
26 |
+
expressions restricted to OWL 2 EL. Real-world ontologies of different scales and domains are used for constructing OntoLAMA and in total
|
27 |
+
there are four Atomic SI datasets and two Complex SI datasets.
|
28 |
|
29 |
|
30 |
### Supported Tasks and Leaderboards
|
31 |
|
32 |
+
...
|
33 |
|
34 |
### Languages
|
35 |
|
|
|
74 |
|
75 |
[Needs More Information]
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
### Licensing Information
|
78 |
|
79 |
+
Apache License, Version 2.0
|
80 |
|
81 |
### Citation Information
|
82 |
|