CLMay 23, 2022

Sample Efficient Approaches for Idiomaticity Detection

arXiv:2205.11306v1586 citationsh-index: 15
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of idiomaticity detection for natural language processing applications, but it is incremental as it builds on existing few-shot and embedding methods without achieving broad improvements across languages.

The paper tackled the problem of detecting idiomatic multiword expressions with limited data by exploring sample-efficient methods like Pattern Exploit Training and BERTRAM, finding that while these methods improved performance on English, they were less effective on Portuguese and Galician, resulting in overall performance similar to vanilla mBERT.

Deep neural models, in particular Transformer-based pre-trained language models, require a significant amount of data to train. This need for data tends to lead to problems when dealing with idiomatic multiword expressions (MWEs), which are inherently less frequent in natural text. As such, this work explores sample efficient methods of idiomaticity detection. In particular we study the impact of Pattern Exploit Training (PET), a few-shot method of classification, and BERTRAM, an efficient method of creating contextual embeddings, on the task of idiomaticity detection. In addition, to further explore generalisability, we focus on the identification of MWEs not present in the training data. Our experiments show that while these methods improve performance on English, they are much less effective on Portuguese and Galician, leading to an overall performance about on par with vanilla mBERT. Regardless, we believe sample efficient methods for both identifying and representing potentially idiomatic MWEs are very encouraging and hold significant potential for future exploration.

Foundations

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

Your Notes