CLAINov 27, 2021

Language models in word sense disambiguation for Polish

arXiv:2111.13982v11 citations
Originality Incremental advance
AI Analysis

This provides a solution for word sense disambiguation in languages lacking annotated data, though it is incremental as it builds on existing neural model methods.

The paper tackles unsupervised word sense disambiguation for Polish by using neural language models to predict and cluster similar words, achieving an F1 score of 0.68 for all ambiguous words, which is significantly better than a prior unsupervised method and competitive with a supervised approach.

In the paper, we test two different approaches to the {unsupervised} word sense disambiguation task for Polish. In both methods, we use neural language models to predict words similar to those being disambiguated and, on the basis of these words, we predict the partition of word senses in different ways. In the first method, we cluster selected similar words, while in the second, we cluster vectors representing their subsets. The evaluation was carried out on texts annotated with plWordNet senses and provided a relatively good result (F1=0.68 for all ambiguous words). The results are significantly better than those obtained for the neural model-based unsupervised method proposed in \cite{waw:myk:17:Sense} and are at the level of the supervised method presented there. The proposed method may be a way of solving word sense disambiguation problem for languages that lack sense annotated data.

Foundations

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

Your Notes