CLDec 9, 2020

Cross-lingual Word Sense Disambiguation using mBERT Embeddings with Syntactic Dependencies

arXiv:2012.05300v16 citations
AI Analysis

This work addresses the challenge of improving word sense disambiguation for cross-lingual applications by integrating syntactic information into mBERT embeddings, an incremental improvement for NLP researchers.

This paper explores the use of mBERT embeddings combined with syntactic dependencies for cross-lingual word sense disambiguation, aiming to create embeddings that incorporate both semantic and syntactic information. While two methods were proposed to reduce the high dimensionality of the concatenated embeddings, the experimental results indicated that this high dimensionality remained an obstacle for the classification task.

Cross-lingual word sense disambiguation (WSD) tackles the challenge of disambiguating ambiguous words across languages given context. The pre-trained BERT embedding model has been proven to be effective in extracting contextual information of words, and have been incorporated as features into many state-of-the-art WSD systems. In order to investigate how syntactic information can be added into the BERT embeddings to result in both semantics- and syntax-incorporated word embeddings, this project proposes the concatenated embeddings by producing dependency parse tress and encoding the relative relationships of words into the input embeddings. Two methods are also proposed to reduce the size of the concatenated embeddings. The experimental results show that the high dimensionality of the syntax-incorporated embeddings constitute an obstacle for the classification task, which needs to be further addressed in future studies.

Foundations

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

Your Notes