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≈⁺|repairedreference
thinkhome-brick11666yesthinkhome-brick.silver.rdf
brick-smartenv4718yesbrick-smartenv.silver.rdf
city-brick6119yescity-brick.silver.rdf
jc3iedm-mio267267-jc3iedm-mio.silver.rdf
jc3iedm-brick7575-jc3iedm-brick.silver.rdf
jc3iedm-facility4343-jc3iedm-facility.silver.rdf

The three jc3iedm-* pairs are coherent at the TBox level under the silver, so repair (which operates on the TBox) removes nothing, i.e., RR+R_{\approx} \equiv R_{\approx}^{+}.

Reference directories with multiple (supplemental) RDF files

  • Rapprox.rdf — RR_{\approx} the validated positives (the secondary reference).
  • Rplus.rdf — R+RR_{\approx}^{+} \subseteq R_{\approx} 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.

How the repaired reference was constructed

The repaired reference R+R_{\approx}^{+} is derived from the validated silver RR_{\approx} by mapping repair, following the LargeBio “remove-if-any” convention: three established repair systems — ALCOMO, LogMap-repair, and AML-repair — are each run over every pair, and a correspondence is removed if any of the three flags it as participating in a logical conflict:

R+=R(ALCOMOLogMapAML).R_{\approx}^{+} = R_{\approx} \setminus (\mathrm{ALCOMO} \cup \mathrm{LogMap} \cup \mathrm{AML}).

Repair operates at the TBox level. Three pairs required repair (thinkhome-brick 11666116 \to 66, brick-smartenv 471847 \to 18, city-brick 611961 \to 19); the three JC3IEDM pairs are TBox-coherent under the silver, so R+=RR_{\approx}^{+} = R_{\approx} and no Rplus.rdf is shipped for them. Headline scores use R+R_{\approx}^{+}, with RR_{\approx} reported alongside.

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:

A^=predictions touching a covered entity,\hat{A} = \text{predictions touching a covered entity}, Precisionpartial=ARA^,\mathrm{Precision}_{partial} = \frac{\vert A \cap R \vert}{\vert \hat{A} \vert}, Recall=ARR.\mathrm{Recall} = \frac{\vert A \cap R \vert}{\vert R \vert}.

Submissions are scored using precision, recall and f-measure (under partiality-corrected semantics, as defined above) against their corresponding silver standard reference (download) R+R_{\approx}^{+} for the primary headline metrics. We also compute the same metrics using their unrepaired variants (download) RR_{\approx} as secondary (for comparison and reporting purposes only).

Only predictions that are considered un-adjudicable, meaning neither entity is covered by RR, leave the precision denominator; a prediction over a covered entity that disagrees with RR stays in A^\hat{A} 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 baselines page reports per-matcher micro and macro-averaged precision/recall/f1 across all 6 pairs (participant submissions will be reported the same way).

For additional information on local scoring using included tools and the submission format, see this page.