Task 1 — Global Alignment
A traditional OAEI alignment task: one full alignment per pair, scored with partiality-corrected P/R/F1 against the repaired silver standard.
A traditional/standard OAEI alignment task for DISO-OAEI.
For each pair listed below, you submit a full OAEI alignment between each pair of ontologies. The alignment ontologies are made available within the ontologies directory or can be downloaded as a single zip.
The six alignment ontology pairs
| Pair | |R≈| | |R≈⁺| | repaired | reference |
|---|---|---|---|---|
thinkhome-brick | 116 | 66 | yes | thinkhome-brick.silver.rdf |
brick-smartenv | 47 | 18 | yes | brick-smartenv.silver.rdf |
city-brick | 61 | 19 | yes | city-brick.silver.rdf |
jc3iedm-mio | 267 | 267 | - | jc3iedm-mio.silver.rdf |
jc3iedm-brick | 75 | 75 | - | jc3iedm-brick.silver.rdf |
jc3iedm-facility | 43 | 43 | - | jc3iedm-facility.silver.rdf |
The three jc3iedm-* pairs are coherent under the silver, so repair removes nothing, i.e., .
Reference directories with multiple (supplemental) RDF files
- Rapprox.rdf — the validated positives (the secondary reference).
- Rplus.rdf — the coherence-clean repaired subset; present only for the 3 incoherent pairs.
- incorrect.rdf — human-confirmed true negatives.
- unknown.rdf — mappings whose status remained undetermined after review; the metrics ignore them.
Metric details — partiality-corrected P/R/F1
The silver reference R is partial but locally complete: for every entity it mentions it lists all of that entity’s correct correspondences, but it is silent about unmentioned entities. Let A be your alignment; restrict it to what R can adjudicate:
Submissions are scored using precision, recall and f-measure (under partiality-corrected semantics, as defined above) against their corresponding silver standard reference (download) for the primary headline metrics. We also compute the same metrics using their unrepaired variants (included in the same archive) as secondary (for comparison and reporting purposes only).
Only predictions that are considered un-adjudicable, meaning neither entity is covered by , leave the precision denominator; a prediction over a covered entity that disagrees with stays in as a genuine error. Equivalence (=) correspondences over named entities are scored — classes, properties, and individuals alike (subsumption cells are ignored). The silver references themselves contain individual–individual equivalences (JC3IEDM country and code individuals; QUDT and OWL-Time units), and these are scored exactly like class correspondences. Self-submission of a reference against itself gives P=R=F1=1.
The leaderboard reports per-matcher micro and macro-averaged precision/recall/f1 across all 6 pairs.
For additional information on local scoring using included tools and the submission format, see this page.