Papers with ATSA
Supervised Gradual Machine Learning for Aspect-Term Sentiment Analysis (2023.tacl-1)
Copied to clipboard
| Challenge: | Recent work shows that Aspect-Term Sentiment Analysis (ATSA) can be performed by Gradual Machine Learning (GML) but the current unsupervised solution is limited by inaccurate knowledge conveyance. |
| Approach: | They propose a supervised approach which leverages binary polarity relations between instances to enable supervised knowledge conveyance. |
| Outcome: | The proposed approach outperforms pure DNN solutions on real benchmark data. |
DNN-driven Gradual Machine Learning for Aspect-term Sentiment Analysis (2021.findings-acl)
Copied to clipboard
| Challenge: | Existing methods for Aspect-Term Sentiment Analysis (ATSA) use pre-specified lexicons to extract sentiment features. |
| Approach: | They propose a Deep Neural Network-driven approach for Aspect-Term Sentiment Analysis (ATSA) that leverages shared features between labeled and unlabeled instances for knowledge conveyance. |
| Outcome: | The proposed approach consistently achieves state-of-the-art performance on real benchmark data. |
From Graphs to Hypergraphs: Enhancing Aspect-Term Sentiment Analysis via Multi-Level Relational Modeling (2026.acl-srw)
Copied to clipboard
| Challenge: | Existing graph-based approaches to predict sentiment polarity for specific aspect terms rely on predefined pairwise structures to improve expressive capacity. |
| Approach: | They propose a dynamic hypergraph framework that can be used to generate a single instance-specific hypergraph from contextual token representations. |
| Outcome: | The proposed framework improves on Lap14, Rest14, and MAMS . it uses a single instance-specific hypergraph constructed directly from contextual token representations . |
Aspect Based Sentiment Analysis with Gated Convolutional Networks (P18-1)
Copied to clipboard
| Challenge: | Aspect-based sentiment analysis can provide more detailed information than general sentiment analysis. |
| Approach: | They propose a model based on convolutional neural networks and gating mechanisms which can selectively output the sentiment features according to the given aspect or entity. |
| Outcome: | The proposed model can selectively output sentiment features according to the given aspect or entity. |
Exploiting Careful Design of SVM Solution for Aspect-term Sentiment Analysis (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Aspect-term sentiment analysis (ATSA) identifies fine-grained sentiments towards specific aspects of text. |
| Approach: | They propose a pipeline to predict fine-grained sentiments for specific aspects of text . it decomposes the learning problem into multiple view subproblems and dynamically selects and constructs features with reinforcement learning. |
| Outcome: | The proposed pipeline surpasses SVM-based methods in predictive accuracy while maintaining a faster inference speed and significantly reducing the number of model parameters. |
Sentiment Interpretable Logic Tensor Network for Aspect-Term Sentiment Analysis (2022.coling-1)
Copied to clipboard
| Challenge: | Aspect-term sentiment analysis (ATSA) is a fine-grained task that aims to infer the sentiment towards the given aspect-terms. |
| Approach: | They propose a novel ATSA method that is interpretable and has high accuracy . they propose SILTN, which is a neurosymbolic formalism, to improve the accuracy based on syntax knowledge distillation. |
| Outcome: | The proposed method is interpretable because it is a neurosymbolic formalism and a computational model that supports learning and reasoning about data with a differentiable first-order logic language. |
Single-Pass, Depth-Selective Reading for Multi-Aspect Sentiment Analysis (2026.acl-long)
Copied to clipboard
| Challenge: | Existing models re-encode the sentence for each aspect or rely on static use of deep representations, leading to redundant computation and limited adaptivity. |
| Approach: | They propose a single-pass inference framework that encodes each sentence once to construct a reusable, depth-ordered substrate. |
| Outcome: | Experiments show that DABS reduces end-to-end computation by 60% in multi-aspect settings. |