Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Single-Pass, Depth-Selective Reading for Multi-Aspect Sentiment Analysis

About

Aspect-Term Sentiment Analysis (ATSA) in multi-aspect sentences faces a fundamental tradeoff between efficiency and expressiveness. Existing models either re-encode the sentence for each aspect or rely on static use of deep representations, leading to redundant computation and limited adaptivity. We argue that Transformer depth is a costly, queryable resource, and propose DABS, a single-pass inference framework that encodes each sentence once to construct a reusable, depth-ordered substrate. Each aspect then queries this shared representation to selectively read relevant tokens and abstraction levels, without re-encoding. This decouples shared sentence encoding from lightweight, aspect-conditioned readout. Experiments on four ATSA benchmarks show that DABS achieves competitive performance while reducing end-to-end computation by up to 60% in multi-aspect settings (M >= 2). Further analyses indicate that adaptive depth querying is most beneficial for linguistically complex cases such as negation and contrast. Code is publicly available at https://github.com/panzhzh/acl-dabs

Yan Xia, Zhuangzhuang Pan, Amirrudin Kamsin, Chee Seng Chan• 2026

Related benchmarks

TaskDatasetResultRank
Aspect-based Sentiment AnalysisRest 14
Accuracy89.76
31
Aspect-level Triple Sentiment AnalysisLap14
Accuracy84.41
13
Aspect-level Triple Sentiment AnalysisRest15
Accuracy89.18
11
Aspect-level Triple Sentiment AnalysisRest 16
Accuracy94.87
11
Aspect-based Sentiment AnalysisATSA
P95 Latency131.6
4
Showing 5 of 5 rows

Other info

Follow for update