paper-with-me

Papers

Utilizing BERT Intermediate Layers for Aspect Based Sentiment Analysis and Natural Language Inference

2020-02-12 · Youwei Song, Jiahai Wang, Zhiwei Liang, Zhiyue Liu, Tao Jiang

Aspect based sentiment analysis aims to identify the sentimental tendency towards a given aspect in text. Fine-tuning of pretrained BERT performs excellent on this task and achieves state-of-the-art performances. Existing BERT-based works only utilize the last output layer of BERT and ignore the semantic knowledge in the intermediate layers. This paper explores the potential of utilizing BERT intermediate layers to enhance the performance of fine-tuning of BERT. To the best of our knowledge, no existing work has been done on this research. To show the generality, we also apply this approach to a natural language inference task. Experimental results demonstrate the effectiveness and generality of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2002.04815

Code (1)

avinashsai/BERT-Aspect pytorch

Tasks

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Natural Language InferenceSentiment Analysis

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 제목 키워드 기반

BERT4GCN: Using BERT Intermediate Layers to Augment GCN for Aspect-based Sentiment Classification

2021-10-01 · EMNLP 2021 11 · Zeguan Xiao, Jiarun Wu, Qingliang Chen, Congjian Deng

Graph-based Aspect-based Sentiment Classification (ABSC) approaches have yielded state-of-the-art results, expecially when equipped with contextual word embedding from pre-training language models (PLMs). However, they i…

Sentiment AnalysisSentiment Classification

Utilizing BERT for Aspect-Based Sentiment Analysis via Constructing Auxiliary Sentence

2019-03-22 · NAACL 2019 6 · Chi Sun, Luyao Huang, Xipeng Qiu

Aspect-based sentiment analysis (ABSA), which aims to identify fine-grained opinion polarity towards a specific aspect, is a challenging subtask of sentiment analysis (SA). In this paper, we construct an auxiliary senten…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)General ClassificationNatural Language Inference+4

SAMBERT: Improve Aspect Sentiment Triplet Extraction by Segmenting the Attention Maps of BERT

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Aspect Sentiment Triplet Extraction (ASTE) performs fine-grained sentiment analysis in a unified way through extracting sentiment triplets comprised of aspect terms, opinion spans, and their sentiment relations in senten…

Aspect Sentiment Triplet ExtractionSemantic SegmentationSentiment AnalysisTriplet

Undivided Attention: Are Intermediate Layers Necessary for BERT?

2020-12-22 · Sharath Nittur Sridhar, Anthony Sarah

In recent times, BERT-based models have been extremely successful in solving a variety of natural language processing (NLP) tasks such as reading comprehension, natural language inference, sentiment analysis, etc. All BE…

Natural Language InferenceReading ComprehensionSentiment Analysis

Incorporating Dynamic Semantics into Pre-Trained Language Model for Aspect-based Sentiment Analysis

2022-03-30 · Findings (ACL) 2022 5 · Kai Zhang, Kun Zhang, Mengdi Zhang, Hongke Zhao 외

Aspect-based sentiment analysis (ABSA) predicts sentiment polarity towards a specific aspect in the given sentence. While pre-trained language models such as BERT have achieved great success, incorporating dynamic semant…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Language ModelingLanguage Modelling+2