Ontology Alignment Evaluation Initiative - OAEI-2021 CampaignOAEI OAEI

Results of Evaluation for the Conference track within OAEI 2021

Web page content

Participants

This year, there were 14 participants (ALOD2Vec, AMD, AML, ATMatcher, Fine-TOM /FineTom/, GMap, KGMatcher, Lily /generated 15 out of 21 alignments/, LogMap, LogMapLt, LSMatch, OTMapOnto, TOM and Wiktionary) that managed to generate meaningful output. These are the matchers that were submitted with the ability to run the Conference Track.

Data

Participants Alignments

You can download a subset of all alignments for which there is a reference alignment. In this case we provide alignments as generated by the SEALS platform (afterwards we applied some tiny modifications which we explained below). Alignments are stored as it follows: SYSTEM-ontology1-ontology2.rdf.

Evaluation Modalities

Tools have been evaluated based on

Evaluation Based on Crisp Reference Alignments

We have three variants of crisp reference alignments (the confidence values for all matches are 1.0). They contain 21 alignments (test cases), which corresponds to the complete alignment space between 7 ontologies from the OntoFarm data set. This is a subset of all ontologies within this track (16) [4], see OntoFarm data set web page

Here, we only publish the results based on the main (blind) reference alignment (rar2-M3). This will also be used within the synthesis paper.

rar2-M3

rar2-M3

For the crisp reference alignment evaluation you can see more details - for each reference alignment we provide three evaluation variants.

Evaluation Setting and Tables Description

Regarding evaluation based on reference alignment, we first filtered out (from alignments generated using MELT platform) all instance-to-any_entity and owl:Thing-to-any_entity correspondences prior to computing Precision/Recall/F1-measure/F2-measure/F0.5-measure because they are not contained in the reference alignment. In order to compute average Precision and Recall over all those alignments, we used absolute scores (i.e. we computed precision and recall using absolute scores of TP, FP, and FN across all 21 test cases). This corresponds to micro average precision and recall. Therefore, the resulting numbers can slightly differ with those computed by the MELT platform as macro average precision and recall. Then, we computed F1-measure in a standard way. Finally, we found the highest average F1-measure with thresholding (if possible).

In order to provide some context for understanding matchers performance, we included two simple string-based matchers as baselines. StringEquiv (before it was called Baseline1) is a string matcher based on string equality applied on local names of entities which were lowercased before (this baseline was also used within anatomy track 2012) and edna (string editing distance matcher) was adopted from benchmark track (wrt. performance it is very similar to the previously used baseline2).

Discussion for Evaluation Based on Crisp Reference Alignments

With regard to two baselines we can group tools according to matcher's position (above best edna baseline, above StringEquiv baseline, below StringEquiv baseline). Regarding tools position, there are slight differences between ra1-M3 and ra2-M3, and only two changes in rar2-M3 compared to ra2-M3. The first four positions remain unchanged. Comparing ra1-M3 and ra2-M3, 1) from shared 5th-7th position, Wiktionary improved to 5th position and FineTOM to 6th position, 2) LogMapLt decreased from shared 8th to 9th position below ALOD2Vec, and 3) AMD decreased from 10th to shared 10th position. Comparing ra2-M3 and rar2-M3, 1) LogMapLt improved from 9th position back to shared 8th position, and 2) AMD decreased from shared 10th position to 11th position. However, all of these systems performed very closely or equaly compared to each other, and remained in the same group regarding the baselines. In ra1-M3, ra2-M3 and rar2-M3, there are nine matchers above edna baseline (ALOD2Vec, AML, ATMatcher, FineTOM, GMap, LogMap, LogMapLt, TOM, Wiktionary), two matchers above StringEquiv baseline (AMD, LSMatch), and three matchers below StringEquiv baseline (KGMatcher, Lily, OTMapOnto). Since rar2 is not only consistency violation free (as ra2) but also conservativity violation free, we consider the rar2 as main reference alignment for this year. It will also be used within the synthesis paper.

Based on the evaluation variants M1 and M2, five matchers (AMD, ATMatcher, KGMatcher, Lily, LSMatch) do not match properties at all. Naturally, this has a negative effect on overall tools performance within the M3 evaluation variant.

For the crisp reference alignment evaluation you can see more details - for each reference alignment we provide three evaluation variants.

Comparison of OAEI 2021 and 2020

Table below summarizes performance results of tools that participated in the last 2 years of OAEI Conference track with regard to reference alignment rar2.

Perfomance results summary OAEI 2021 and 2020

Based on this evaluation, we can see that four of the matching tools did not change the results, one very slightly improved (Wiktionary) and one very slightly decreased (LogMapLt).

Difference between 2021 and 2020 results

Evaluation Based on the Uncertain Version of the Reference Alignment

Evaluation Setting

The confidence values of all matches in the standard (sharp) reference alignments for the conference track are all 1.0. For the uncertain version of this track, the confidence value of a match has been set equal to the percentage of a group of people who agreed with the match in question (this uncertain version is based on reference alignment labeled ra1-M3). One key thing to note is that the group was only asked to validate matches that were already present in the existing reference alignments - so some matches had their confidence value reduced from 1.0 to a number near 0, but no new matches were added.

There are two ways that we can evaluate alignment systems according to these ‘uncertain’ reference alignments, which we refer to as discrete and continuous. The discrete evaluation considers any match in the reference alignment with a confidence value of 0.5 or greater to be fully correct and those with a confidence less than 0.5 to be fully incorrect. Similarly, an alignment system’s match is considered a ‘yes’ if the confidence value is greater than or equal to the system’s threshold and a ‘no’ otherwise. In essence, this is the same as the ‘sharp’ evaluation approach, except that some matches have been removed because less than half of the crowdsourcing group agreed with them. The continuous evaluation strategy penalizes an alignment system more if it misses a match on which most people agree than if it misses a more controversial match. For instance, if A = B with a confidence of 0.85 in the reference alignment and an alignment algorithm gives that match a confidence of 0.40, then that is counted as 0.85 * 0.40 = 0.34 of a true positive and 0.85 – 0.40 = 0.45 of a false negative.

Results

Below is a graph showing the F-measure, precision, and recall of the different alignment systems when evaluated using the sharp (s), discrete uncertain (d) and continuous uncertain (c) metrics, along with a table containing the same information. The results from this year show that more systems are assigning nuanced confidence values to the matches they produce.

graph for uncertain reference alignment based evalation results for uncertain reference alignment based evalation

This year, out of the 14 alignment systems, 6 (AMD, KGMatcher, LogMapLt, LSMatcher, OTMapOnto, TOM) use 1.0 as the confidence value for all matches they identify. The remaining 8 systems (ALOD2Vec, AML, ATMatcher, Fine- TOM, GMap, Lily, LogMap, Wiktionary) have a wide variation of confidence values.

Discussion for Evaluation Based on the Uncertain Reference Alignments

When comparing the performance of the matchers on the uncertain reference alignments versus that on the sharp version, we see that in the discrete case all matchers, except Lily and OTMapOnto, performed the same or better in terms of F-measure (Lily's F-measure dropped almost to 0, and OTMapOnto's F-measure slightly dropped from 0.35 to 0.33). Changes in F-measure of discrete cases ranged from -1 to 16 percent over the sharp reference alignment. This was predominantly driven by increased recall, which is a result of the presence of fewer 'controversial' matches in the uncertain version of the reference alignment.

The performance of the matchers with confidence values always 1.0 is very similar regardless of whether a discrete or continuous evaluation methodology is used, because many of the matches they find are the ones that the experts had high agreement about, while the ones they missed were the more controversial matches. AML produces a fairly wide range of confidence values and has the highest F-measure under both the continuous and discrete evaluation methodologies, indicating that this system's confidence evaluation does a good job of refl ecting cohesion among experts on this task. Of the remaining systems, 6 (ALOD2Vec, AML, FineTOM, Gmap, LogMap, OTMapOnto) have relatively small drops in F-measure when moving from discrete to continuous evaluation. Lily's performance drops drastically under the discrete and continuous evaluation methodologies comparing to the sharp one. This is because the matcher assigns low confidence values to some matches in which the labels are equivalent strings, which many crowdsourcers agreed with unless there was a compelling technical reason not to. This hurts recall signifi cantly. Lily only outputs 15 out of 21 alignments.

There are 6 systems from this year also participated last year, and thus we are again able to make some comparisons over time. The F-measures of these 6 systems essentially held almost constant when evaluated against the uncertain reference alignments. AMD, ATMacther, FineTOM, GMap, KGMatcher, LSMatcher, OTMapOnto, TOM are 8 new systems participating in this year. AMD's performance increases 14 percent in discrete case and 16 percent in continuous case in terms of F-measure over the sharp reference alignment from 0.58 to 0.66 and 0.67 respectively, which it is mainly driven by increased recall. ATMatcher, FineTOM, GMap, KGMatcher, and TOM perform slightly better in both discrete and continuous cases compared to sharp case in term of F-measure. This is also mostly driven by increased recall. From the results, OTMapOnto output low precision among three different versions of reference alignment in general because it assigns all matches with 1.0 con dence value even the labels of two entities have low string similarity. Reasonably, it achieves slightly better recall from sharp to discrete and continuous cases, but the precision and F-measure both drop slightly.

Evaluation Based on Logical Reasoning

For evaluation based on logical reasoning we applied detection of conservativity and consistency principles violations [2, 3]. While consistency principle proposes that correspondences should not lead to unsatisfiable classes in the merged ontology, conservativity principle proposes that correspondences should not introduce new semantic relationships between concepts from one of input ontologies [2].

Table below summarizes statistics per matcher. There are number of alignments (#Incoh.Align.) that cause unsatisfiable TBox after ontologies merge, total number of all conservativity principle violations within all alignments (#TotConser.Viol.) and its average per one alignment (#AvgConser.Viol.), total number of all consistency principle violations (#TotConsist.Viol.) and its average per one alignment (#AvgConsist.Viol.).

Comparing to the last year (ALIN, AML and LogMap) more tools (AMD, AML, KGMatcher, LogMap and LSMatch) have no consistency principle violation while nine tools have some consistency principle violations. Conservativity principle violations are made by all tools where seven tools have low numbers, i.e. ALIN, AML, LogMap, LogMapLt and VeeAlign (less than 100). However, we should note that these conservativity principle violations can be "false positives" since the entailment in the aligned ontology can be correct although it was not derivable in the single input ontologies.

Matcher #Incoh.Align. #TotConser.Viol. #AvgConser.Viol. #TotConsist.Viol. #AvgConsist.Viol.
ALOD2Vec 10 309 15.45 205 10.25
AMD 0 2 0.1 0 0
AML 0 39 1.86 0 0
ATMatcher 1 72 3.43 8 0.38
FineTOM 7 141 6.71 29 1.38
GMap 8 138 6.57 74 3.52
KGMatcher 0 1 0.05 0 0
LSMatch 0 2 0.1 0 0
Lily 5 100 6.67 43 2.87
LogMap 0 21 1 0 0
LogMapLt 3 97 4.62 18 0.86
OTMapOnto 15 716 42.12 593 34.88
TOM 8 115 5.75 29 1.45
Wiktionary 8 133 6.65 31 1.55

Statistics of Consistency and Conservativity Principle Violations

Here we list ten most frequent unsatisfiable classes appeared after ontologies merge by any tool. Seven tools generated incoherent alignments.

ekaw#Industrial_Session - 8
ekaw#Contributed_Talk - 8
ekaw#Conference_Session - 8
ekaw#Camera_Ready_Paper - 8
iasted#Worker_non_speaker - 7
iasted#Student_registration_fee - 7
iasted#Student_non_speaker - 7
iasted#Nonauthor_registration_fee - 7
iasted#Non_speaker - 7
ekaw#Workshop_Session - 7

Here we list ten most frequent caused new semantic relationships between concepts within input ontologies by any tool:

conference#Invited_speaker, http://conference#Conference_participant - 11
	conference-ekaw
	conference-iasted
iasted#Record_of_attendance, http://iasted#City - 10
	edas-iasted
iasted#Session_chair, http://iasted#Speaker - 9
	conference-iasted
	ekaw-iasted
	iasted-sigkdd
iasted#Sponzorship, http://iasted#Registration_fee - 8
	iasted-sigkdd
iasted#Sponzorship, http://iasted#Fee - 8
	iasted-sigkdd
iasted#Hotel_fee, http://iasted#Registration_fee - 8
	iasted-sigkdd
iasted#Fee_for_extra_trip, http://iasted#Registration_fee - 8
	iasted-sigkdd
sigkdd#Speaker, http://sigkdd#Author - 7
	iasted-sigkdd
sigkdd#Listener, http://sigkdd#Speaker - 7
	iasted-sigkdd
sigkdd#Listener, http://sigkdd#Author - 7
	iasted-sigkdd

Experiment and Evaluation of DBpedia to OntoFarm Ontologies Matching

This year we have three experimental test cases with regard to matching the cross-domain DBpedia ontology to three OntoFarm ontologies. We merely focus on entities of DBpedia ontology (dbo) from DBpedia namespace (therefore we prepared filtered DBpedia ontology - this is different than the last year), i.e. http://dbpedia.org/ontology/ and three selected ontologies from OntoFarm: confof, ekaw, sigkdd. as explained in [5].

Out of 14 systems 12 managed to match dbpedia to OntoFarm ontologies.

We evaluated alignments from the systems and the results are in the table below. Additionally, we added two baselines: StringEquiv is a string matcher based on string equality applied on local names of entities which were lowercased and edna (string editing distance matcher).

dbpedia evaluation results

We can see eight systems perform better than two baselines. AML and LogMapt dominate with 0.59 and 0.61 of F1-measure respectively. Most systems achieve lower scores of measures than in the case of matching domain ontologies except AMD, KGMatcher and LSMatch. This shows that these test cases are more difficult for traditional ontology matching systems.

Organizers

References

[1] Michelle Cheatham, Pascal Hitzler: Conference v2.0: An Uncertain Version of the OAEI Conference Benchmark. International Semantic Web Conference (2) 2014: 33-48.

[2] Alessandro Solimando, Ernesto Jiménez-Ruiz, Giovanna Guerrini: Detecting and Correcting Conservativity Principle Violations in Ontology-to-Ontology Mappings. International Semantic Web Conference (2) 2014: 1-16.

[3] Alessandro Solimando, Ernesto Jiménez-Ruiz, Giovanna Guerrini: A Multi-strategy Approach for Detecting and Correcting Conservativity Principle Violations in Ontology Alignments. OWL: Experiences and Directions Workshop 2014 (OWLED 2014). 13-24.

[4] Ondřej Zamazal, Vojtěch Svátek. The Ten-Year OntoFarm and its Fertilization within the Onto-Sphere. Web Semantics: Science, Services and Agents on the World Wide Web, 43, 46-53. 2018.

[5] Martin Šatra, Ondřej Zamazal. Towards Matching of Domain Ontologies to Cross-Domain Ontology: Evaluation Perspective. Ontology Matching 2020.