paper-with-me

Papers

AF-MAT: Aspect-aware Flip-and-Fuse xLSTM for Aspect-based Sentiment Analysis

2025-07-01 · Adamu Lawan, Juhua Pu, Haruna Yunusa, Muhammad Lawan, Mahmoud Basi, Muhammad Adam arxiv

Aspect-based Sentiment Analysis (ABSA) is a crucial NLP task that extracts fine-grained opinions and sentiments from text, such as product reviews and customer feedback. Existing methods often trade off efficiency for performance: traditional LSTM or RNN models struggle to capture long-range dependencies, transformer-based methods are computationally costly, and Mamba-based approaches rely on CUDA and weaken local dependency modeling. The recently proposed Extended Long Short-Term Memory (xLSTM) model offers a promising alternative by effectively capturing long-range dependencies through exponential gating and enhanced memory variants, sLSTM for modeling local dependencies, and mLSTM for scalable, parallelizable memory. However, xLSTM's application in ABSA remains unexplored. To address this, we introduce Aspect-aware Flip-and-Fuse xLSTM (AF-MAT), a framework that leverages xLSTM's strengths. AF-MAT features an Aspect-aware matrix LSTM (AA-mLSTM) mechanism that introduces a dedicated aspect gate, enabling the model to selectively emphasize tokens semantically relevant to the target aspect during memory updates. To model multi-scale context, we incorporate a FlipMix block that sequentially applies a partially flipped Conv1D (pf-Conv1D) to capture short-range dependencies in reverse order, followed by a fully flipped mLSTM (ff-mLSTM) to model long-range dependencies via full sequence reversal. Additionally, we propose MC2F, a lightweight Multihead Cross-Feature Fusion based on mLSTM gating, which dynamically fuses AA-mLSTM outputs (queries and keys) with FlipMix outputs (values) for adaptive representation integration. Experiments on three benchmark datasets demonstrate that AF-MAT outperforms state-of-the-art baselines, achieving higher accuracy in ABSA tasks.

📄 PDF Abstract BibTeX arXiv:2507.01213

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment Analysis

Similar Papers 제목 키워드 기반

xLSTM Scaling Laws: Competitive Performance with Linear Time-Complexity

2025-10-02 · Maximilian Beck, Kajetan Schweighofer, Sebastian Böck, Sebastian Lehner 외 arxiv

Scaling laws play a central role in the success of Large Language Models (LLMs), enabling the prediction of model performance relative to compute budgets prior to training. While Transformers have been the dominant archi…

Sentence Modeling via Multiple Word Embeddings and Multi-level Comparison for Semantic Textual Similarity

2018-05-21 · Huy Nguyen Tien, Minh Nguyen Le, Yamasaki Tomohiro, Izuha Tatsuya

Different word embedding models capture different aspects of linguistic properties. This inspired us to propose a model (M-MaxLSTM-CNN) for employing multiple sets of word embeddings for evaluating sentence similarity/re…

Natural Language InferenceRelationSemantic Textual SimilaritySentence+7

Self Question-answering: Aspect-based Sentiment Analysis by Role Flipped Machine Reading Comprehension

2021-11-01 · Findings (EMNLP) 2021 11 · Guoxin Yu, Jiwei Li, Ling Luo, Yuxian Meng 외

The pivot for the unified Aspect-based Sentiment Analysis (ABSA) is to couple aspect terms with their corresponding opinion terms, which might further derive easier sentiment predictions. In this paper, we investigate th…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Machine Reading ComprehensionQuestion Answering+3

A Multi-Granularity-Aware Aspect Learning Model for Multi-Aspect Dense Retrieval

2023-12-05 · Xiaojie Sun, Keping Bi, Jiafeng Guo, Sihui Yang 외

Dense retrieval methods have been mostly focused on unstructured text and less attention has been drawn to structured data with various aspects, e.g., products with aspects such as category and brand. Recent work has pro…

Language ModellingRetrievalValue prediction

Hierarchical Attention Based Position-Aware Network for Aspect-Level Sentiment Analysis

2018-10-01 · CONLL 2018 10 · Lishuang Li, Yang Liu, AnQiao Zhou

Aspect-level sentiment analysis aims to identify the sentiment of a specific target in its context. Previous works have proved that the interactions between aspects and the contexts are important. On this basis, we also …

Aspect-Based Sentiment Analysis (ABSA)Feature EngineeringPositionSentence+1