paper-with-me

Papers

Extracting Emotion Phrases from Tweets using BART

2024-03-21 · Mahdi Rezapour

Sentiment analysis is a natural language processing task that aims to identify and extract the emotional aspects of a text. However, many existing sentiment analysis methods primarily classify the overall polarity of a text, overlooking the specific phrases that convey sentiment. In this paper, we applied an approach to sentiment analysis based on a question-answering framework. Our approach leverages the power of Bidirectional Autoregressive Transformer (BART), a pre-trained sequence-to-sequence model, to extract a phrase from a given text that amplifies a given sentiment polarity. We create a natural language question that identifies the specific emotion to extract and then guide BART to pay attention to the relevant emotional cues in the text. We use a classifier within BART to predict the start and end positions of the answer span within the text, which helps to identify the precise boundaries of the extracted emotion phrase. Our approach offers several advantages over most sentiment analysis studies, including capturing the complete context and meaning of the text and extracting precise token spans that highlight the intended sentiment. We achieved an end loss of 87% and Jaccard score of 0.61.

📄 PDF Abstract BibTeX arXiv:2403.14050

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringSentiment Analysis

Methods 이 논문이 사용한 방법론

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 &…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Emotion Style Transfer with a Specified Intensity Using Deep Reinforcement Learning

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Text style transfer is a widely explored task in natural language generation which aims to change the stylistic properties of the text while retaining its style-independent content. In this work, we propose the task of e…

Deep Reinforcement LearningDiversityreinforcement-learningReinforcement Learning (RL)+4

Learning Emotion Indicators from Tweets: Hashtags, Hashtag Patterns, and Phrases

2014-10-01 · EMNLP 2014 10 · Ashequl Qadir, Ellen Riloff
Emotion ClassificationSentiment Analysis

Binarizer at SemEval-2018 Task 3: Parsing dependency and deep learning for irony detection

2018-05-03 · SEMEVAL 2018 6 · Nishant Nikhil, Muktabh Mayank Srivastava

In this paper, we describe the system submitted for the SemEval 2018 Task 3 (Irony detection in English tweets) Subtask A by the team Binarizer. Irony detection is a key task for many natural language processing works. O…

General Classification

Keyphrase Extraction from Disaster-related Tweets

2019-10-17 · Jishnu Ray Chowdhury, Cornelia Caragea, Doina Caragea

While keyphrase extraction has received considerable attention in recent years, relatively few studies exist on extracting keyphrases from social media platforms such as Twitter, and even fewer for extracting disaster-re…

Keyphrase ExtractionPOSWord Embeddings

Enhancing Keyphrase Generation by BART Finetuning with Splitting and Shuffling

2023-09-13 · Bin Chen, Mizuho Iwaihara

Keyphrase generation is a task of identifying a set of phrases that best repre-sent the main topics or themes of a given text. Keyphrases are dividend int pre-sent and absent keyphrases. Recent approaches utilizing seque…

Keyphrase Generation