paper-with-me

Papers

Probing Context Localization of Polysemous Words in Pre-trained Language Model Sub-Layers

2024-09-21 · Soniya Vijayakumar, Josef van Genabith, Simon Ostermann

In the era of high performing Large Language Models, researchers have widely acknowledged that contextual word representations are one of the key drivers in achieving top performances in downstream tasks. In this work, we investigate the degree of contextualization encoded in the fine-grained sub-layer representations of a Pre-trained Language Model (PLM) by empirical experiments using linear probes. Unlike previous work, we are particularly interested in identifying the strength of contextualization across PLM sub-layer representations (i.e. Self-Attention, Feed-Forward Activation and Output sub-layers). To identify the main contributions of sub-layers to contextualisation, we first extract the sub-layer representations of polysemous words in minimally different sentence pairs, and compare how these representations change through the forward pass of the PLM network. Second, by probing on a sense identification classification task, we try to empirically localize the strength of contextualization information encoded in these sub-layer representations. With these probing experiments, we also try to gain a better understanding of the influence of context length and context richness on the degree of contextualization. Our main conclusion is cautionary: BERT demonstrates a high degree of contextualization in the top sub-layers if the word in question is in a specific position in the sentence with a shorter context window, but this does not systematically generalize across different word positions and context sizes.

📄 PDF Abstract BibTeX arXiv:2409.14097

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingSentence

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

SLAM-Inspired Simultaneous Contextualization and Interpreting for Incremental Conversation Sentences

2020-05-29 · Yusuke Takimoto, Yosuke Fukuchi, Shoya Matsumori, Michita Imai

Distributed representation of words has improved the performance for many natural language tasks. In many methods, however, only one meaning is considered for one label of a word, and multiple meanings of polysemous word…

Simultaneous Localization and Mapping

Context based Analysis of Lexical Semantics for Hindi Language

2019-01-23 · Mohd Zeeshan Ansari, Lubna Khan

A word having multiple senses in a text introduces the lexical semantic task to find out which particular sense is appropriate for the given context. One such task is Word sense disambiguation which refers to the identif…

Word Sense Disambiguation

How does BERT capture semantics? A closer look at polysemous words

2020-11-01 · EMNLP (BlackboxNLP) 2020 11 · David Yenicelik, Florian Schmidt, Yannic Kilcher

The recent paradigm shift to contextual word embeddings has seen tremendous success across a wide range of down-stream tasks. However, little is known on how the emergent relation of context and semantics manifests geome…

Semanticity predictionSemantic SimilarityWord EmbeddingsWord Sense Disambiguation+2

Where exactly does contextualization in a PLM happen?

2023-12-11 · Soniya Vijayakumar, Tanja Bäumel, Simon Ostermann, Josef van Genabith

Pre-trained Language Models (PLMs) have shown to be consistently successful in a plethora of NLP tasks due to their ability to learn contextualized representations of words (Ethayarajh, 2019). BERT (Devlin et al., 2018),…

Language ModelingLanguage ModellingSentenceWord Embeddings

A Simple Approach to Learn Polysemous Word Embeddings

2017-07-06 · Yifan Sun, Nikhil Rao, Weicong Ding

Many NLP applications require disambiguating polysemous words. Existing methods that learn polysemous word vector representations involve first detecting various senses and optimizing the sense-specific embeddings separa…

Relevance DetectionRepresentation LearningWord EmbeddingsWord Sense Induction+1