paper-with-me

Papers

Does BERT Understand Idioms? A Probing-Based Empirical Study of BERT Encodings of Idioms

2021-09-01 · RANLP 2021 9 · Minghuan Tan, Jing Jiang

Understanding idioms is important in NLP. In this paper, we study to what extent pre-trained BERT model can encode the meaning of a potentially idiomatic expression (PIE) in a certain context. We make use of a few existing datasets and perform two probing tasks: PIE usage classification and idiom paraphrase identification. Our experiment results suggest that BERT indeed can separate the literal and idiomatic usages of a PIE with high accuracy. It is also able to encode the idiomatic meaning of a PIE to some extent.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Paraphrase Identification

Similar Papers 제목 키워드 기반

Idioms, Probing and Dangerous Things: Towards Structural Probing for Idiomaticity in Vector Space

2023-04-27 · Filip Klubička, Vasudevan Nedumpozhimana, John D. Kelleher

The goal of this paper is to learn more about how idiomatic information is structurally encoded in embeddings, using a structural probing method. We repurpose an existing English verbal multi-word expression (MWE) datase…

Open-Ended Question Answering

Finding BERT’s Idiomatic Key

2021-08-01 · ACL (MWE) 2021 8 · Vasudevan Nedumpozhimana, John Kelleher

Sentence embeddings encode information relating to the usage of idioms in a sentence. This paper reports a set of experiments that combine a probing methodology with input masking to analyse where in a sentence this idio…

SentenceSentence Embeddings

Understanding Transformer Memorization Recall Through Idioms

2022-10-07 · Adi Haviv, Ido Cohen, Jacob Gidron, Roei Schuster 외

To produce accurate predictions, language models (LMs) must balance between generalization and memorization. Yet, little is known about the mechanism by which transformer LMs employ their memorization capacity. When does…

Memorization

On the Systematicity of Probing Contextualized Word Representations: The Case of Hypernymy in BERT

2020-12-01 · Joint Conference on Lexical and Computational Semantics 2020 · Abhilasha Ravichander, Eduard Hovy, Kaheer Suleman, Adam Trischler 외

Contextualized word representations have become a driving force in NLP, motivating widespread interest in understanding their capabilities and the mechanisms by which they operate. Particularly intriguing is their abilit…

Attention on Multiword Expressions: A Multilingual Study of BERT-based Models with Regard to Idiomaticity and Microsyntax

2025-05-09 · Iuliia Zaitova, Vitalii Hirak, Badr M. Abdullah, Dietrich Klakow 외

This study analyzes the attention patterns of fine-tuned encoder-only models based on the BERT architecture (BERT-based models) towards two distinct types of Multiword Expressions (MWEs): idioms and microsyntactic units …