paper-with-me

Papers

Representing Affect Information in Word Embeddings

2022-09-21 · Yuhan Zhang, Wenqi Chen, Ruihan Zhang, Xiajie Zhang

A growing body of research in natural language processing (NLP) and natural language understanding (NLU) is investigating human-like knowledge learned or encoded in the word embeddings from large language models. This is a step towards understanding what knowledge language models capture that resembles human understanding of language and communication. Here, we investigated whether and how the affect meaning of a word (i.e., valence, arousal, dominance) is encoded in word embeddings pre-trained in large neural networks. We used the human-labeled dataset as the ground truth and performed various correlational and classification tests on four types of word embeddings. The embeddings varied in being static or contextualized, and how much affect specific information was prioritized during the pre-training and fine-tuning phase. Our analyses show that word embedding from the vanilla BERT model did not saliently encode the affect information of English words. Only when the BERT model was fine-tuned on emotion-related tasks or contained extra contextualized information from emotion-rich contexts could the corresponding embedding encode more relevant affect information.

📄 PDF Abstract BibTeX arXiv:2209.10583

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language UnderstandingWord Embeddings

Methods 이 논문이 사용한 방법론

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…
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Effect of dimensionality change on the bias of word embeddings

2023-12-28 · Rohit Raj Rai, Amit Awekar

Word embedding methods (WEMs) are extensively used for representing text data. The dimensionality of these embeddings varies across various tasks and implementations. The effect of dimensionality change on the accuracy o…

Word Embeddings

Affect Enriched Word Embeddings for News Information Retrieval

2019-09-04 · Tommaso Teofili, Niyati Chhaya

Distributed representations of words have shown to be useful to improve the effectiveness of IR systems in many sub-tasks like query expansion, retrieval and ranking. Algorithms like word2vec, GloVe and others are also k…

Information RetrievalRetrievalWord Embeddings

Exploration on Grounded Word Embedding: Matching Words and Images with Image-Enhanced Skip-Gram Model

2018-09-08 · Ruixuan Luo

Word embedding is designed to represent the semantic meaning of a word with low dimensional vectors. The state-of-the-art methods of learning word embeddings (word2vec and GloVe) only use the word co-occurrence informati…

Learning Word EmbeddingsWord Embeddings

Aff2Vec: Affect--Enriched Distributional Word Representations

2018-05-21 · COLING 2018 8 · Sopan Khosla, Niyati Chhaya, Kushal Chawla

Human communication includes information, opinions, and reactions. Reactions are often captured by the affective-messages in written as well as verbal communications. While there has been work in affect modeling and to s…

Natural Language UnderstandingSentiment AnalysisWord EmbeddingsWord Similarity

Multi Sense Embeddings from Topic Models

2019-09-17 · WS 2019 9 · Shobhit Jain, Sravan Babu Bodapati, Ramesh Nallapati, Anima Anandkumar

Distributed word embeddings have yielded state-of-the-art performance in many NLP tasks, mainly due to their success in capturing useful semantic information. These representations assign only a single vector to each wor…

Topic ModelsWord EmbeddingsWord Similarity