paper-with-me

Papers

An Interactive Multi-Task Learning Network for End-to-End Aspect-Based Sentiment Analysis

2019-06-17 · ACL 2019 7 · Ruidan He, Wee Sun Lee, Hwee Tou Ng, Daniel Dahlmeier

Aspect-based sentiment analysis produces a list of aspect terms and their corresponding sentiments for a natural language sentence. This task is usually done in a pipeline manner, with aspect term extraction performed first, followed by sentiment predictions toward the extracted aspect terms. While easier to develop, such an approach does not fully exploit joint information from the two subtasks and does not use all available sources of training information that might be helpful, such as document-level labeled sentiment corpus. In this paper, we propose an interactive multi-task learning network (IMN) which is able to jointly learn multiple related tasks simultaneously at both the token level as well as the document level. Unlike conventional multi-task learning methods that rely on learning common features for the different tasks, IMN introduces a message passing architecture where information is iteratively passed to different tasks through a shared set of latent variables. Experimental results demonstrate superior performance of the proposed method against multiple baselines on three benchmark datasets.

📄 PDF Abstract BibTeX arXiv:1906.06906

Code (3)

lixin4ever/E2E-TBSA 공식 구현
ruidan/IMN-E2E-ABSA 공식 구현 tf
lixin4ever/BERT-E2E-ABSA pytorch

Tasks

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Aspect Term Extraction and Sentiment ClassificationMulti-Task LearningSentenceSentiment AnalysisTerm Extraction

Similar Papers 제목 키워드 기반

Sentence Constituent-Aware Aspect-Category Sentiment Analysis with Graph Attention Networks

2020-10-04 · Yuncong Li, Cunxiang Yin, Sheng-hua Zhong

Aspect category sentiment analysis (ACSA) aims to predict the sentiment polarities of the aspect categories discussed in sentences. Since a sentence usually discusses one or more aspect categories and expresses different…

Aspect Category DetectionAspect Category Sentiment AnalysisGraph AttentionSentence+1

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

An Iterative Multi-Knowledge Transfer Network for Aspect-Based Sentiment Analysis

2020-04-04 · Findings (EMNLP) 2021 11 · Yunlong Liang, Fandong Meng, Jinchao Zhang, Yufeng Chen 외

Aspect-based sentiment analysis (ABSA) mainly involves three subtasks: aspect term extraction, opinion term extraction, and aspect-level sentiment classification, which are typically handled in a separate or joint manner…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment AnalysisSentiment Classification+2

Aspect and Sentiment Aware Abstractive Review Summarization

2018-08-01 · COLING 2018 8 · Min Yang, Qiang Qu, Ying Shen, Qiao Liu 외

Review text has been widely studied in traditional tasks such as sentiment analysis and aspect extraction. However, to date, no work is towards the abstractive review summarization that is essential for business organiza…

Abstractive Text SummarizationAspect ExtractionDecoderMachine Translation+3

Capsule Network with Interactive Attention for Aspect-Level Sentiment Classification

2019-11-01 · IJCNLP 2019 11 · Chunning Du, Haifeng Sun, Jingyu Wang, Qi Qi 외

Aspect-level sentiment classification is a crucial task for sentiment analysis, which aims to identify the sentiment polarities of specific targets in their context. The main challenge comes from multi-aspect sentences, …

ClassificationGeneral ClassificationSentenceSentiment Analysis+1