paper-with-me

홈 › Papers

Who Blames or Endorses Whom? Entity-to-Entity Directed Sentiment Extraction in News Text

2021-06-02 · Findings (ACL) 2021 8 · Kunwoo Park, Zhufeng Pan, Jungseock Joo

Understanding who blames or supports whom in news text is a critical research question in computational social science. Traditional methods and datasets for sentiment analysis are, however, not suitable for the domain of political text as they do not consider the direction of sentiments expressed between entities. In this paper, we propose a novel NLP task of identifying directed sentiment relationship between political entities from a given news document, which we call directed sentiment extraction. From a million-scale news corpus, we construct a dataset of news sentences where sentiment relations of political entities are manually annotated. We present a simple but effective approach for utilizing a pretrained transformer, which infers the target class by predicting multiple question-answering tasks and combining the outcomes. We demonstrate the utility of our proposed method for social science research questions by analyzing positive and negative opinions between political entities in two major events: 2016 U.S. presidential election and COVID-19. The newly proposed problem, data, and method will facilitate future studies on interdisciplinary NLP methods and applications.

📄 PDF Abstract BibTeX arXiv:2106.01033

Code (1)

bywords/directed_sentiment_analysis 공식 구현 pytorch

Tasks

Question AnsweringSentiment Analysis

Similar Papers 제목 키워드 기반

The Swedish PoliGraph: A Semantic Graph for Argument Mining of Swedish Parliamentary Data

2019-08-01 · WS 2019 8 · Stian R{\o}dven Eide

As part of a larger project on argument mining of Swedish parliamentary data, we have created a semantic graph that, together with named entity recognition and resolution (NER), should make it easier to establish connect…

Argument MiningEntity Resolutionnamed-entity-recognitionNamed Entity Recognition+2

Who Blames Whom in a Crisis? Detecting Blame Ties from News Articles Using Neural Networks

2019-04-24 · Shuailong Liang, Olivia Nicol, Yue Zhang

Blame games tend to follow major disruptions, be they financial crises, natural disasters or terrorist attacks. To study how the blame game evolves and shapes the dominant crisis narratives is of great significance, as s…

Articles

Listener's Social Identity Matters in Personalised Response Generation

2020-10-27 · Guanyi Chen, Yinhe Zheng, Yupei Du

Personalised response generation enables generating human-like responses by means of assigning the generator a social identity. However, pragmatics theory suggests that human beings adjust the way of speaking based on no…

Response Generation

Listener’s Social Identity Matters in Personalised Response Generation

2020-12-01 · INLG (ACL) 2020 12 · Guanyi Chen, Yinhe Zheng, Yupei Du

Personalised response generation enables generating human-like responses by means of assigning the generator a social identity. However, pragmatics theory suggests that human beings adjust the way of speaking based on no…

Response Generation

FinEntity: Entity-level Sentiment Classification for Financial Texts

2023-10-19 · Yixuan Tang, Yi Yang, Allen H Huang, Andy Tam 외

In the financial domain, conducting entity-level sentiment analysis is crucial for accurately assessing the sentiment directed toward a specific financial entity. To our knowledge, no publicly available dataset currently…

ClassificationSentiment AnalysisSentiment Classification