Tasks Overview
Two tasks, eight ontology pairs: a traditional global alignment task, and a local equivalence ranking task with NIL abstention.
Task 1 — Global alignment
The standard OAEI alignment task of DISO-OAEI: for each of the six ontology pairs below, you submit one full OAEI alignment.
| Pairs (6) | thinkhome-brick, brick-smartenv, city-brick, jc3iedm-mio, jc3iedm-brick, jc3iedm-facility |
| Participants submit | one full OAEI Alignment RDF per pair (see: the global alignment submission format) |
| Reference alignments | the partial, unrepaired and the repaired reference alignments are made public under tasks/global/references/<pair>/ |
| Metric | partiality-corrected P/R/F1, micro and macro-averaged, measured over |
The DISO-OAEI alignment ontologies are made available in the ontologies directory, or they can be downloaded conveniently as a zipped archive. The six alignment ontology task pairs are broken down in further detail below.
| Pair | 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 |
Submissions are scored using precision, recall and f-measure (under partiality-corrected semantics) using their corresponding repaired silver standard reference alignment. Both and are given; submissions are headlined against (scores against are also reported). Results are both micro (and macro) averaged across all six task pairs when published to the leaderboard.
Download the ontologies and the reference alignments for Task 1; and see Task 1’s extended documentation, its submission format, and the quickstart for submission logistics.
Task 2 — Local equivalence ranking (mixed-signature, with NIL mappings)
Task 2 is an equivalence ranking task, for which a brief overview is provided in the table below.
| Pairs (2) | uco-stix, stix-d3fend |
| You submit | one JSONL ranking per pair: each query’s 50-candidate pool ordered best-first, NIL first to abstain (format) |
| Pools | public — tasks/ranking/candidates/<pair>/pools.jsonl (mixed-signature: classes + object properties + data properties; every pool includes a NIL candidate) |
| References | private — unsupervised; participants validate the format, organisers score |
| Metric | Hits@{1,3,5,10} + MRR, macro-averaged over the 2 pairs (fixed ) |
| Details | See: Local Ranking Task Specification |
Task Definition: Given a pair of ontologies, and , a source entity from , denoted , a set of 50 potential target entities (consisting of 49 entities from and a NIL entity), denoted , produce a ranking for , ordered by confidence that for each in . In the case where an equivalence correspondence between and through does not exist, instead map to NIL.
Simply put: for each source entity () you are given a fixed candidate pool of 50 possible target entities (represented by their IRI; ) drawn from the target ontology’s signature. A participating system aims to rank order the pool such that the true equivalence correspondence appears as early as possible; or, when the source has no equivalent target from within the pool, your ranking should place the NIL IRI as early as possible.
Candidates: are pooled into one unified set per source entity, each pool has a cardinality (or size) of 50; that is, 49 + a NIL candidate. The NIL candidate (represented by the IRI https://oaei.ontologymatching.org/2026/diso/NIL) indicates that a mapping does not exist from the source entity to any other possible candidate entity. Read the justification for how these are computed here. Given that the set of () correspondences is relatively small (i.e., across both ontology pairs), it remains infeasible to provide a public training set. As such, this task is considered unsupervised; however, there are no formal constraints on the methodology used to implement a participating system, so long as the system is documented and the results are reproducible.
Download the candidates for Task 2; and see Task 2’s extended documentation, its submission format, and the quickstart for submission logistics.