paper-with-me

홈 › Papers

NewsMTSC: A Dataset for (Multi-)Target-dependent Sentiment Classification in Political News Articles

2021-04-01 · EACL 2021 2 · Felix Hamborg, Karsten Donnay

Previous research on target-dependent sentiment classification (TSC) has mostly focused on reviews, social media, and other domains where authors tend to express sentiment explicitly. In this paper, we investigate TSC in news articles, a much less researched TSC domain despite the importance of news as an essential information source in individual and societal decision making. We introduce NewsMTSC, a high-quality dataset for TSC on news articles with key differences compared to established TSC datasets, including, for example, different means to express sentiment, longer texts, and a second test-set to measure the influence of multi-target sentences. We also propose a model that uses a BiGRU to interact with multiple embeddings, e.g., from a language model and external knowledge sources. The proposed model improves the performance of the prior state-of-the-art from F1{\_}m=81.7 to 83.1 (real-world sentiment distribution) and from F1{\_}m=81.2 to 82.5 (multi-target sentences).

📄 PDF Abstract BibTeX

Code (1)

fhamborg/newsmtsc 공식 구현 pytorch

Tasks

ArticlesDecision MakingLanguage ModelingLanguage ModellingSentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

BiGRU A Bidirectional GRU, or BiGRU, is a sequence processing model that consists of two GRUs. one taking the input in a forward…

Similar Papers 제목 키워드 기반

Multi-task Learning for Target-dependent Sentiment Classification

2019-02-08 · Divam Gupta, Kushagra Singh, Soumen Chakrabarti, Tanmoy Chakraborty

Detecting and aggregating sentiments toward people, organizations, and events expressed in unstructured social media have become critical text mining operations. Early systems detected sentiments over whole passages, whe…

ClassificationGeneral ClassificationMulti-Task LearningSentiment Analysis+2

Effective LSTMs for Target-Dependent Sentiment Classification

2015-12-03 · COLING 2016 12 · Duyu Tang, Bing Qin, Xiaocheng Feng, Ting Liu

Target-dependent sentiment classification remains a challenge: modeling the semantic relatedness of a target with its context words in a sentence. Different context words have different influences on determining the sent…

Aspect-Based Sentiment Analysis (ABSA)General ClassificationSentenceSentiment Classification

Multiple-element joint detection for Aspect-Based Sentiment Analysis

2020-10-22 · Knowledge Based Systems 2020 10 · Chao Wu, Qingyu Xiong, Hualing Yi, Yang Yu 외

Aspect-Based Sentiment Analysis (ABSA) is a fine-grained sentiment analysis task, which aims to detect target-aspect-sentiment elements in a sentence. Most of the existing research work distinguished the sentiment for as…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)RelationSentence+1

Target-Guided Structured Attention Network for Target-Dependent Sentiment Analysis

2020-01-01 · TACL 2020 1 · Ji Zhang, Chengyao Chen, PengFei Liu, Chao He 외

Target-dependent sentiment analysis (TDSA) aims to classify the sentiment of a text towards a given target. The major challenge of this task lies in modeling the semantic relatedness between a target and its context sent…

SentenceSentiment AnalysisSentiment Classification

Towards Target-dependent Sentiment Classification in News Articles

2021-05-20 · Felix Hamborg, Karsten Donnay, Bela Gipp

Extensive research on target-dependent sentiment classification (TSC) has led to strong classification performances in domains where authors tend to explicitly express sentiment about specific entities or topics, such as…

ArticlesClassificationDecision MakingNatural Language Understanding+2