CLLGAug 31, 2021

Sense representations for Portuguese: experiments with sense embeddings and deep neural language models

arXiv:2109.00025v14 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for improved natural language processing tools for Portuguese, though it is incremental as it applies existing methods to a new language.

The paper tackled the problem of generating sense representations for Portuguese to address word ambiguity, showing that sense embeddings outperformed traditional word embeddings in syntactic and semantic analogies, and fine-tuned BERT models achieved better accuracy than ELMo and baselines in semantic textual similarity tasks.

Sense representations have gone beyond word representations like Word2Vec, GloVe and FastText and achieved innovative performance on a wide range of natural language processing tasks. Although very useful in many applications, the traditional approaches for generating word embeddings have a strict drawback: they produce a single vector representation for a given word ignoring the fact that ambiguous words can assume different meanings. In this paper, we explore unsupervised sense representations which, different from traditional word embeddings, are able to induce different senses of a word by analyzing its contextual semantics in a text. The unsupervised sense representations investigated in this paper are: sense embeddings and deep neural language models. We present the first experiments carried out for generating sense embeddings for Portuguese. Our experiments show that the sense embedding model (Sense2vec) outperformed traditional word embeddings in syntactic and semantic analogies task, proving that the language resource generated here can improve the performance of NLP tasks in Portuguese. We also evaluated the performance of pre-trained deep neural language models (ELMo and BERT) in two transfer learning approaches: feature based and fine-tuning, in the semantic textual similarity task. Our experiments indicate that the fine tuned Multilingual and Portuguese BERT language models were able to achieve better accuracy than the ELMo model and baselines.

Foundations

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

Your Notes