paper-with-me

Papers

SentiBERT: A Transferable Transformer-Based Architecture for Compositional Sentiment Semantics

2020-05-08 · ACL 2020 6 · Da Yin, Tao Meng, Kai-Wei Chang

We propose SentiBERT, a variant of BERT that effectively captures compositional sentiment semantics. The model incorporates contextualized representation with binary constituency parse tree to capture semantic composition. Comprehensive experiments demonstrate that SentiBERT achieves competitive performance on phrase-level sentiment classification. We further demonstrate that the sentiment composition learned from the phrase-level annotations on SST can be transferred to other sentiment analysis tasks as well as related tasks, such as emotion classification tasks. Moreover, we conduct ablation studies and design visualization methods to understand SentiBERT. We show that SentiBERT is better than baseline approaches in capturing negation and the contrastive relation and model the compositional sentiment semantics.

📄 PDF Abstract BibTeX arXiv:2005.04114

Code (2)

WadeYin9712/SentiBERT 공식 구현 pytorch
deepakdhana/sentialbert1 pytorch

Tasks

ClassificationEmotion ClassificationGeneral ClassificationNegationSemantic CompositionSentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
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 &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

On the Interplay Between Fine-tuning and Composition in Transformers

2021-05-31 · Findings (ACL) 2021 8 · Lang Yu, Allyson Ettinger

Pre-trained transformer language models have shown remarkable performance on a variety of NLP tasks. However, recent research has suggested that phrase-level representations in these models reflect heavy influences of le…

Sentiment AnalysisSentiment Classification

Confirming the Non-compositionality of Idioms for Sentiment Analysis

2019-08-01 · WS 2019 8 · Alyssa Hwang, Christopher Hidey

An idiom is defined as a non-compositional multiword expression, one whose meaning cannot be deduced from the definitions of the component words. This definition does not explicitly define the compositionality of an idio…

Sentiment Analysis

Non-Compositionality in Sentiment: New Data and Analyses

2023-10-31 · Verna Dankers, Christopher G. Lucas

When natural language phrases are combined, their meaning is often more than the sum of their parts. In the context of NLP tasks such as sentiment analysis, where the meaning of a phrase is its sentiment, that still appl…

Sentiment Analysis

Neural Networks for Integrating Compositional and Non-compositional Sentiment in Sentiment Composition

2015-06-01 · SEMEVAL 2015 6 · Xiaodan Zhu, Hongyu Guo, Parinaz Sobhani
Semantic Composition

Deep Recursive Neural Networks for Compositionality in Language

2014-12-01 · NeurIPS 2014 12 · Ozan .Irsoy, Claire Cardie

Recursive neural networks comprise a class of architecture that can operate on structured input. They have been previously successfully applied to model compositionality in natural language using parse-tree-based structu…

Sentiment AnalysisSentiment Classification