paper-with-me

Papers

Improving Aspect Term Extraction with Bidirectional Dependency Tree Representation

2018-05-21 · Huaishao Luo, Tianrui Li, Bing Liu, Bin Wang, Herwig Unger

Aspect term extraction is one of the important subtasks in aspect-based sentiment analysis. Previous studies have shown that using dependency tree structure representation is promising for this task. However, most dependency tree structures involve only one directional propagation on the dependency tree. In this paper, we first propose a novel bidirectional dependency tree network to extract dependency structure features from the given sentences. The key idea is to explicitly incorporate both representations gained separately from the bottom-up and top-down propagation on the given dependency syntactic tree. An end-to-end framework is then developed to integrate the embedded representations and BiLSTM plus CRF to learn both tree-structured and sequential features to solve the aspect term extraction problem. Experimental results demonstrate that the proposed model outperforms state-of-the-art baseline models on four benchmark SemEval datasets.

📄 PDF Abstract BibTeX arXiv:1805.07889

Code (1)

ArrowLuo/BiDTree 공식 구현 tf

Tasks

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment AnalysisTerm Extraction

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
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 제목 키워드 기반

Aspect and Opinion Term Extraction Using Graph Attention Network

2024-04-30 · Abir Chakraborty

In this work we investigate the capability of Graph Attention Network for extracting aspect and opinion terms. Aspect and opinion term extraction is posed as a token-level classification task akin to named entity recogni…

Graph Attentionnamed-entity-recognitionNamed Entity RecognitionSentiment Analysis+2

An Aspect Extraction Framework using Different Embedding Types, Learning Models, and Dependency Structure

2025-03-05 · Ali Erkan, Tunga Güngör

Aspect-based sentiment analysis has gained significant attention in recent years due to its ability to provide fine-grained insights for sentiment expressions related to specific features of entities. An important compon…

Aspect-Based Sentiment AnalysisAspect ExtractionDependency ParsingSentiment Analysis

PoD: Positional Dependency-Based Word Embedding for Aspect Term Extraction

2019-11-09 · COLING 2020 8 · Yichun Yin, Chenguang Wang, Ming Zhang

Dependency context-based word embedding jointly learns the representations of word and dependency context, and has been proved effective in aspect term extraction. In this paper, we design the positional dependency-based…

Aspect Term Extraction and Sentiment ClassificationPOSPositionTerm Extraction

Advancing Aspect-Based Sentiment Analysis through Deep Learning Models

2024-04-04 · Chen Li, Huidong Tang, Jinli Zhang, Xiujing Guo 외

Aspect-based sentiment analysis predicts sentiment polarity with fine granularity. While graph convolutional networks (GCNs) are widely utilized for sentimental feature extraction, their naive application for syntactic f…

Aspect-Based Sentiment AnalysisDeep LearningNavigateSentiment Analysis

Eliminating Sentiment Bias for Aspect-Level Sentiment Classification with Unsupervised Opinion Extraction

2021-09-06 · Findings (EMNLP) 2021 11 · Bo wang, Tao Shen, Guodong Long, Tianyi Zhou 외

Aspect-level sentiment classification (ALSC) aims at identifying the sentiment polarity of a specified aspect in a sentence. ALSC is a practical setting in aspect-based sentiment analysis due to no opinion term labeling …

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Representation LearningSentence+2