paper-with-me

Papers

A Dependency Syntactic Knowledge Augmented Interactive Architecture for End-to-End Aspect-based Sentiment Analysis

2020-04-04 · Yunlong Liang, Fandong Meng, Jinchao Zhang, Jinan Xu, Yufeng Chen, Jie zhou

The aspect-based sentiment analysis (ABSA) task remains to be a long-standing challenge, which aims to extract the aspect term and then identify its sentiment orientation.In previous approaches, the explicit syntactic structure of a sentence, which reflects the syntax properties of natural language and hence is intuitively crucial for aspect term extraction and sentiment recognition, is typically neglected or insufficiently modeled. In this paper, we thus propose a novel dependency syntactic knowledge augmented interactive architecture with multi-task learning for end-to-end ABSA. This model is capable of fully exploiting the syntactic knowledge (dependency relations and types) by leveraging a well-designed Dependency Relation Embedded Graph Convolutional Network (DreGcn). Additionally, we design a simple yet effective message-passing mechanism to ensure that our model learns from multiple related tasks in a multi-task learning framework. Extensive experimental results on three benchmark datasets demonstrate the effectiveness of our approach, which significantly outperforms existing state-of-the-art methods. Besides, we achieve further improvements by using BERT as an additional feature extractor.

📄 PDF Abstract BibTeX arXiv:2004.01951

Code (3)

XL2248/DREGCN 공식 구현 tf
lixin4ever/BERT-E2E-ABSA pytorch
lixin4ever/E2E-TBSA

Tasks

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Multi-Task LearningSentenceSentiment AnalysisTerm Extraction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Syntax-Informed Interactive Model for Comprehensive Aspect-Based Sentiment Analysis

2023-11-28 · Ullman Galen, Frey Lee, Woods Ali

Aspect-based sentiment analysis (ABSA), a nuanced task in text analysis, seeks to discern sentiment orientation linked to specific aspect terms in text. Traditional approaches often overlook or inadequately model the exp…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Multi-Task LearningSentiment Analysis

Multilingual Irony Detection with Dependency Syntax and Neural Models

2020-11-11 · COLING 2020 8 · Alessandra Teresa Cignarella, Valerio Basile, Manuela Sanguinetti, Cristina Bosco 외

This paper presents an in-depth investigation of the effectiveness of dependency-based syntactic features on the irony detection task in a multilingual perspective (English, Spanish, French and Italian). It focuses on th…

Word Embeddings

Convolution over Hierarchical Syntactic and Lexical Graphs for Aspect Level Sentiment Analysis

2020-11-01 · EMNLP 2020 11 · Mi Zhang, Tieyun Qian

The state-of-the-art methods in aspect-level sentiment classification have leveraged the graph based models to incorporate the syntactic structure of a sentence. While being effective, these methods ignore the corpus lev…

RelationSentenceSentiment AnalysisSentiment Classification

Edge-Enhanced Graph Convolution Networks for Event Detection with Syntactic Relation

2020-02-25 · Findings of the Association for Computational Linguistics 2020 · Shiyao Cui, Bowen Yu, Tingwen Liu, Zhen-Yu Zhang 외

Event detection (ED), a key subtask of information extraction, aims to recognize instances of specific event types in text. Previous studies on the task have verified the effectiveness of integrating syntactic dependency…

Event DetectionRelation

Discontinuous Constituent Parsing with Pointer Networks

2020-02-05 · Daniel Fernández-González, Carlos Gómez-Rodríguez

One of the most complex syntactic representations used in computational linguistics and NLP are discontinuous constituent trees, crucial for representing all grammatical phenomena of languages such as German. Recent adva…

Dependency ParsingPart-Of-Speech TaggingSentence