paper-with-me

홈 › Papers

DynaSent: A Dynamic Benchmark for Sentiment Analysis

2020-12-30 · ACL 2021 5 · Christopher Potts, Zhengxuan Wu, Atticus Geiger, Douwe Kiela

We introduce DynaSent ('Dynamic Sentiment'), a new English-language benchmark task for ternary (positive/negative/neutral) sentiment analysis. DynaSent combines naturally occurring sentences with sentences created using the open-source Dynabench Platform, which facilities human-and-model-in-the-loop dataset creation. DynaSent has a total of 121,634 sentences, each validated by five crowdworkers, and its development and test splits are designed to produce chance performance for even the best models we have been able to develop; when future models solve this task, we will use them to create DynaSent version 2, continuing the dynamic evolution of this benchmark. Here, we report on the dataset creation effort, focusing on the steps we took to increase quality and reduce artifacts. We also present evidence that DynaSent's Neutral category is more coherent than the comparable category in other benchmarks, and we motivate training models from scratch for each round over successive fine-tuning.

📄 PDF Abstract BibTeX arXiv:2012.15349

Code (1)

cgpotts/dynasent 공식 구현 pytorch

Tasks

Sentiment Analysis

Similar Papers 제목 키워드 기반

Emotions are Subtle: Learning Sentiment Based Text Representations Using Contrastive Learning

2021-12-02 · Ipsita Mohanty, Ankit Goyal, Alex Dotterweich

Contrastive learning techniques have been widely used in the field of computer vision as a means of augmenting datasets. In this paper, we extend the use of these contrastive learning embeddings to sentiment analysis tas…

Contrastive LearningSentiment Analysis

ELECTRA and GPT-4o: Cost-Effective Partners for Sentiment Analysis

2024-12-29 · James P. Beno

Bidirectional transformers excel at sentiment analysis, and Large Language Models (LLM) are effective zero-shot learners. Might they perform better as a team? This paper explores collaborative approaches between ELECTRA …

Sentiment AnalysisSentiment Classification

Knowledge-Guided Dynamic Modality Attention Fusion Framework for Multimodal Sentiment Analysis

2024-10-06 · Xinyu Feng, Yuming Lin, Lihua He, You Li 외

Multimodal Sentiment Analysis (MSA) utilizes multimodal data to infer the users' sentiment. Previous methods focus on equally treating the contribution of each modality or statically using text as the dominant modality t…

Multimodal Sentiment AnalysisSentiment Analysis

Jointly Modeling Aspect and Sentiment with Dynamic Heterogeneous Graph Neural Networks

2020-04-14 · Shu Liu, Wei Li, Yunfang Wu, Qi Su 외

Target-Based Sentiment Analysis aims to detect the opinion aspects (aspect extraction) and the sentiment polarities (sentiment detection) towards them. Both the previous pipeline and integrated methods fail to precisely …

Aspect ExtractionSentiment Analysis

PanoSent: A Panoptic Sextuple Extraction Benchmark for Multimodal Conversational Aspect-based Sentiment Analysis

2024-08-18 · Meng Luo, Hao Fei, Bobo Li, Shengqiong Wu 외

While existing Aspect-based Sentiment Analysis (ABSA) has received extensive effort and advancement, there are still gaps in defining a more holistic research target seamlessly integrating multimodality, conversation con…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Language ModellingLarge Language Model+2