paper-with-me

홈 › Papers

Grid Tagging Scheme for Aspect-oriented Fine-grained Opinion Extraction

2020-10-09 · Findings of the Association for Computational Linguistics 2020 · Zhen Wu, Chengcan Ying, Fei Zhao, Zhifang Fan, Xinyu Dai, Rui Xia

Aspect-oriented Fine-grained Opinion Extraction (AFOE) aims at extracting aspect terms and opinion terms from review in the form of opinion pairs or additionally extracting sentiment polarity of aspect term to form opinion triplet. Because of containing several opinion factors, the complete AFOE task is usually divided into multiple subtasks and achieved in the pipeline. However, pipeline approaches easily suffer from error propagation and inconvenience in real-world scenarios. To this end, we propose a novel tagging scheme, Grid Tagging Scheme (GTS), to address the AFOE task in an end-to-end fashion only with one unified grid tagging task. Additionally, we design an effective inference strategy on GTS to exploit mutual indication between different opinion factors for more accurate extractions. To validate the feasibility and compatibility of GTS, we implement three different GTS models respectively based on CNN, BiLSTM, and BERT, and conduct experiments on the aspect-oriented opinion pair extraction and opinion triplet extraction datasets. Extensive experimental results indicate that GTS models outperform strong baselines significantly and achieve state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2010.04640

Code (3)

NJUNLP/GTS 공식 구현 pytorch
NaIwo/GTS tf
l294265421/GTS-ASOTE pytorch

Tasks

Aspect-Sentiment-Opinion Triplet ExtractionAspect Sentiment Triplet ExtractionTriplet

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
GTS 설명 없음
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

MiniConGTS: A Near Ultimate Minimalist Contrastive Grid Tagging Scheme for Aspect Sentiment Triplet Extraction

2024-06-17 · Qiao Sun, Liujia Yang, Minghao Ma, Nanyang Ye 외

Aspect Sentiment Triplet Extraction (ASTE) aims to co-extract the sentiment triplets in a given corpus. Existing approaches within the pretraining-finetuning paradigm tend to either meticulously craft complex tagging sch…

Aspect Sentiment Triplet ExtractionTriplet

Chinese Financial Text Emotion Mining: GCGTS -- A Character Relationship-based Approach for Simultaneous Aspect-Opinion Pair Extraction

2023-08-04 · Qi Chen, Dexi Liu

Aspect-Opinion Pair Extraction (AOPE) from Chinese financial texts is a specialized task in fine-grained text sentiment analysis. The main objective is to extract aspect terms and opinion terms simultaneously from a dive…

Extract AspectSentiment Analysis

TriG-NER: Triplet-Grid Framework for Discontinuous Named Entity Recognition

2024-11-04 · Rina Carines Cabral, Soyeon Caren Han, Areej Alhassan, Riza Batista-Navarro 외

Discontinuous Named Entity Recognition (DNER) presents a challenging problem where entities may be scattered across multiple non-adjacent tokens, making traditional sequence labelling approaches inadequate. Existing meth…

Boundary Detectionnamed-entity-recognitionNamed Entity RecognitionNER+1

STAGE: Span Tagging and Greedy Inference Scheme for Aspect Sentiment Triplet Extraction

2022-11-28 · Shuo Liang, Wei Wei, Xian-Ling Mao, Yuanyuan Fu 외

Aspect Sentiment Triplet Extraction (ASTE) has become an emerging task in sentiment analysis research, aiming to extract triplets of the aspect term, its corresponding opinion term, and its associated sentiment polarity …

Aspect Sentiment Triplet ExtractionSentenceSentiment AnalysisTAG+1

TOE: A Grid-Tagging Discontinuous NER Model Enhanced by Embedding Tag/Word Relations and More Fine-Grained Tags

2022-11-01 · Jiang Liu, Donghong Ji, Jingye Li, Dongdong Xie 외

So far, discontinuous named entity recognition (NER) has received increasing research attention and many related methods have surged such as hypergraph-based methods, span-based methods, and sequence-to-sequence (Seq2Seq…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1