T-T: Table Transformer for Tagging-based Aspect Sentiment Triplet Extraction
Kun Peng, Chaodong Tong, Cong Cao, Hao Peng, Qian Li, Guanlin Wu, Lei, Jiang, Yanbing Liu, Philip S. Yu

TL;DR
This paper introduces the Table-Transformer (T-T), a novel model that enhances aspect sentiment triplet extraction by efficiently capturing relations using a stripe attention mechanism, achieving state-of-the-art results with lower computational costs.
Contribution
The paper proposes a new Table-Transformer with stripe attention and loop-shift strategies to improve relation modeling in tagging-based ASTE tasks.
Findings
Achieves state-of-the-art performance on ASTE datasets.
Reduces computational costs compared to previous transformer-based methods.
Effectively handles long table sequences with the proposed attention mechanisms.
Abstract
Aspect sentiment triplet extraction (ASTE) aims to extract triplets composed of aspect terms, opinion terms, and sentiment polarities from given sentences. The table tagging method is a popular approach to addressing this task, which encodes a sentence into a 2-dimensional table, allowing for the tagging of relations between any two words. Previous efforts have focused on designing various downstream relation learning modules to better capture interactions between tokens in the table, revealing that a stronger capability to capture relations can lead to greater improvements in the model. Motivated by this, we attempt to directly utilize transformer layers as downstream relation learning modules. Due to the powerful semantic modeling capability of transformers, it is foreseeable that this will lead to excellent improvement. However, owing to the quadratic relation between the length of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Advanced Text Analysis Techniques · Topic Modeling
MethodsSoftmax · Attention Is All You Need
