CLMar 3, 2023

Mapping Wordnets on the Fly with Permanent Sense Keys

arXiv:2303.01847v1134 citationsh-index: 2
Originality Incremental advance
AI Analysis

This solves interoperability issues for semantic web databases and NLP applications that rely on WordNet, though it is incremental as it builds on existing sense key concepts.

The paper tackles the problem of incompatibility between different WordNet versions by developing a linear-time algorithm that automatically maps synsets using permanent sense keys, achieving almost perfect precision and recall when combining Open Multilingual Wordnet with Open English Wordnet.

Most of the major databases on the semantic web have links to Princeton WordNet (PWN) synonym set (synset) identifiers, which differ for each PWN release, and are thus incompatible between versions. On the other hand, both PWN and the more recent Open English Wordnet (OEWN) provide permanent word sense identifiers (the sense keys), which can solve this interoperability problem. We present an algorithm that runs in linear time, to automatically derive a synset mapping between any pair of Wordnet versions that use PWN sense keys. This allows to update old WordNet links, and seamlessly interoperate with newer English Wordnet versions for which no prior mapping exists. By applying the proposed algorithm on the fly, at load time, we combine the Open Multilingual Wordnet (OMW 1.4, which uses old PWN 3.0 identifiers) with OEWN Edition 2021, and obtain almost perfect precision and recall. We compare the results of our approach using respectively synset offsets, versus the Collaborative InterLingual Index (CILI version 1.0) as synset identifiers, and find that the synset offsets perform better than CILI 1.0 in all cases, except a few ties.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes