Bayes-enhanced Lifelong Attention Networks for Sentiment Classification (2020.coling-main)
Copied to clipboard
| Challenge: | Existing deep learning paradigms focus on learning a model from training data of a single task and the learned model is also tested on the same task. |
| Approach: | They propose a Bayes-enhanced lifelong attention network to learn attention knowledge from a sequence of sentiment classification tasks and build lifelong ones. |
| Outcome: | The proposed model is able to learn attention knowledge from a set of sentiment classification tasks and build lifelong attentions. |
Similar Papers
Using the Past Knowledge to Improve Sentiment Classification (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Existing model retains knowledge learned from past tasks and selectively transfers it to new task to help it learn better. |
| Approach: | They propose a lifelong learning model that can retain and selectively transfer the knowledge learned in the past to help learn the new task. |
| Outcome: | The proposed model outperforms strong baselines, including even multiple task learning. |
Knowledge-Enriched Two-Layered Attention Network for Sentiment Analysis (N18-2)
Copied to clipboard
| Challenge: | Existing sentiment analysis systems are prone to word shortening, exaggeration, lack of grammar and appropriate punctuation. |
| Approach: | They propose a two-layered attention network based on Bidirectional Long Short-Term Memory for sentiment analysis using the Knowledge Graph Embedding generated using the WordNet. |
| Outcome: | The proposed model outperforms the state-of-the-art system on the benchmark dataset of SemEval 2017 Task 5 by 1.7 and 3.7 points respectively. |
Adapting BERT for Continual Learning of a Sequence of Aspect Sentiment Classification Tasks (2021.naacl-main)
Copied to clipboard
| Challenge: | Existing studies on continual learning of a sequence of aspect sentiment classification tasks have not addressed these issues. |
| Approach: | They propose a capsule network based model called B-CL to address these issues . it uses continual learning adapters and capsule networks to encourage knowledge transfer . |
| Outcome: | The proposed model improves the performance on both the new task and the old tasks via forward and backward knowledge transfer. |
Progressive Self-Supervised Attention Learning for Aspect-Level Sentiment Analysis (P19-1)
Copied to clipboard
| Challenge: | Experimental results show that our proposed approach yields better attention mechanisms . dominant ASC models are mostly discriminative classifiers based on manual feature engineering . |
| Approach: | They propose a self-supervised approach to aspect-level sentiment classification that mines useful attention supervision information from a training corpus to refine attention mechanisms. |
| Outcome: | The proposed approach yields better attention mechanisms on multiple datasets. |
Transformation Networks for Target-Oriented Sentiment Classification (P18-1)
Copied to clipboard
| Challenge: | a new model for sentiment classification uses attention instead of attention to classify sentiment polarities over individual opinion targets. |
| Approach: | They propose a model that uses a CNN layer to extract salient features from transformed word representations from a bi-directional RNN layer. |
| Outcome: | The proposed model achieves state-of-the-art on a few benchmarks. |
A Multi-sentiment-resource Enhanced Attention Network for Sentiment Classification (P18-2)
Copied to clipboard
| Challenge: | Existing sentiment classification approaches do not fully exploit sentiment linguistic knowledge. |
| Approach: | They propose a Multi-sentiment-resource Enhanced Attention Network to integrate sentiment linguistic knowledge into the deep neural network via attention mechanisms. |
| Outcome: | The proposed network captures sentiments from different representation sub-spaces, and is superior to strong competitors. |
Exploiting Document Knowledge for Aspect-level Sentiment Classification (P18-2)
Copied to clipboard
| Challenge: | Existing public aspect-level datasets for aspect-based sentiment classification are small . existing methods for aspect level sentiment classification require annotation of all opinion targets . |
| Approach: | They propose two approaches that transfer knowledge from document-level data to improve aspect-level sentiment classification. |
| Outcome: | The proposed methods improve aspect-level sentiment classification on 4 public datasets. |
A Lexicon-Based Supervised Attention Model for Neural Sentiment Analysis (C18-1)
Copied to clipboard
| Challenge: | Existing attention models do not take full advantage of sentiment lexicons, which provide rich sentiment information and play a critical role in sentiment analysis. |
| Approach: | They propose a lexicon-based supervised attention model which allows a neural network to focus on the sentiment content, thus generating sentiment-informative representations. |
| Outcome: | The proposed model outperforms existing models on three large-scale sentiment classification datasets. |
Capsule Network with Interactive Attention for Aspect-Level Sentiment Classification (D19-1)
Copied to clipboard
| Challenge: | Existing methods for aspect-level sentiment classification are limited for dealing with overlapped features. |
| Approach: | They propose to use capsule network to construct vector-based feature representation and cluster features by an EM routing algorithm to model semantic relationship between aspect terms and context. |
| Outcome: | The proposed model achieves state-of-the-art on three datasets. |
Recurrent Attention Networks for Long-text Modeling (2023.findings-acl)
Copied to clipboard
| Challenge: | Existing approaches to encoding long documents using self-attention have been limited by quadratic computational complexities and limited application in long text processing. |
| Approach: | They propose a long-document encoding model that allows the recurrent operation of self-attention. |
| Outcome: | The proposed model extracts global semantics in token-level and document-level representations, making it inherently compatible with both sequential and sequential tasks. |