paper-with-me

홈 › Papers

Topics in Contextualised Attention Embeddings

2023-01-11 · Mozhgan Talebpour, Alba Garcia Seco de Herrera, Shoaib Jameel

Contextualised word vectors obtained via pre-trained language models encode a variety of knowledge that has already been exploited in applications. Complementary to these language models are probabilistic topic models that learn thematic patterns from the text. Recent work has demonstrated that conducting clustering on the word-level contextual representations from a language model emulates word clusters that are discovered in latent topics of words from Latent Dirichlet Allocation. The important question is how such topical word clusters are automatically formed, through clustering, in the language model when it has not been explicitly designed to model latent topics. To address this question, we design different probe experiments. Using BERT and DistilBERT, we find that the attention framework plays a key role in modelling such word topic clusters. We strongly believe that our work paves way for further research into the relationships between probabilistic topic models and pre-trained language models.

📄 PDF Abstract BibTeX arXiv:2301.04339

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringLanguage ModelingLanguage ModellingTopic Models

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
WordPiece 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Debiasing Pre-trained Contextualised Embeddings

2021-01-23 · EACL 2021 2 · Masahiro Kaneko, Danushka Bollegala

In comparison to the numerous debiasing methods proposed for the static non-contextualised word embeddings, the discriminative biases in contextualised embeddings have received relatively little attention. We propose a f…

SentenceWord Embeddings

Topic Modeling with Topological Data Analysis

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Recent unsupervised topic modelling approaches that use clustering techniques on word, token or document embeddings can extract coherent topics. However, a common limitation of such approaches is that they reveal nothing…

ClusteringTopological Data AnalysisWord Embeddings

Unsupervised Attention-based Sentence-Level Meta-Embeddings from Contextualised Language Models

2022-04-16 · LREC 2022 6 · Keigo Takahashi, Danushka Bollegala

A variety of contextualised language models have been proposed in the NLP community, which are trained on diverse corpora to produce numerous Neural Language Models (NLMs). However, different NLMs have reported different…

Semantic Textual SimilaritySentenceSentence EmbeddingSentence-Embedding

Learning Sense-Specific Static Embeddings using Contextualised Word Embeddings as a Proxy

2021-10-05 · PACLIC 2021 11 · Yi Zhou, Danushka Bollegala

Contextualised word embeddings generated from Neural Language Models (NLMs), such as BERT, represent a word with a vector that considers the semantics of the target word as well its context. On the other hand, static wor…

Word EmbeddingsWord Sense Disambiguation

Enhancing Unsupervised Sentence Similarity Methods with Deep Contextualised Word Representations

2019-09-01 · RANLP 2019 9 · Tharindu Ranasinghe, Constantin Orasan, Ruslan Mitkov

Calculating Semantic Textual Similarity (STS) plays a significant role in many applications such as question answering, document summarisation, information retrieval and information extraction. All modern state of the ar…

Contextualised Word RepresentationsInformation RetrievalQuestion AnsweringRetrieval+5