paper-with-me

홈 › Papers

Challenges for Open-domain Targeted Sentiment Analysis

2022-04-14 · Yun Luo, Hongjie Cai, Linyi Yang, Yanxia Qin, Rui Xia, Yue Zhang

Since previous studies on open-domain targeted sentiment analysis are limited in dataset domain variety and sentence level, we propose a novel dataset consisting of 6,013 human-labeled data to extend the data domains in topics of interest and document level. Furthermore, we offer a nested target annotation schema to extract the complete sentiment information in documents, boosting the practicality and effectiveness of open-domain targeted sentiment analysis. Moreover, we leverage the pre-trained model BART in a sequence-to-sequence generation method for the task. Benchmark results show that there exists large room for improvement of open-domain targeted sentiment analysis. Meanwhile, experiments have shown that challenges remain in the effective use of open-domain data, long documents, the complexity of target structure, and domain variances.

📄 PDF Abstract BibTeX arXiv:2204.06893

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentiment Analysis

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Challenges for Open-domain Targeted Sentiment Analysis

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Since previous studies on open-domain targeted sentiment analysis are limited in dataset domain variety and sentence level, we propose a novel dataset consisting of 6,013 human-labeled data to extend the data domains in…

SentenceSentiment Analysis

Challenge for open-domain targeted sentiment analysis

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Since previous studies on open-domain targeted sentiment analysis are limited in dataset domain variety and sentence level, we propose a novel dataset consisting of 6,013 human-labeled data to extend the data domains in…

SentenceSentiment Analysis

Open-Domain Targeted Sentiment Analysis via Span-Based Extraction and Classification

2019-06-10 · ACL 2019 7 · Minghao Hu, Yuxing Peng, Zhen Huang, Dongsheng Li 외

Open-domain targeted sentiment analysis aims to detect opinion targets along with their sentiment polarities from a sentence. Prior work typically formulates this task as a sequence tagging problem. However, such formula…

Aspect-Based Sentiment Analysis (ABSA)Aspect Term Extraction and Sentiment ClassificationGeneral ClassificationSentence+1

Open Domain Targeted Sentiment

2013-10-01 · EMNLP 2013 10 · Margaret Mitchell, Jacqui Aguilar, Theresa Wilson, Benjamin Van Durme
Named Entity Recognition (NER)Sentiment Analysis

Neural Networks for Open Domain Targeted Sentiment

2015-09-01 · EMNLP 2015 9 · Meishan Zhang, Yue Zhang, Duy-Tin Vo
Named Entity Recognition (NER)Sentiment AnalysisWord Embeddings