paper-with-me

Papers

Sentiment-oriented Transformer-based Variational Autoencoder Network for Live Video Commenting

2024-04-19 · Fengyi Fu, Shancheng Fang, Weidong Chen, Zhendong Mao

Automatic live video commenting is with increasing attention due to its significance in narration generation, topic explanation, etc. However, the diverse sentiment consideration of the generated comments is missing from the current methods. Sentimental factors are critical in interactive commenting, and lack of research so far. Thus, in this paper, we propose a Sentiment-oriented Transformer-based Variational Autoencoder (So-TVAE) network which consists of a sentiment-oriented diversity encoder module and a batch attention module, to achieve diverse video commenting with multiple sentiments and multiple semantics. Specifically, our sentiment-oriented diversity encoder elegantly combines VAE and random mask mechanism to achieve semantic diversity under sentiment guidance, which is then fused with cross-modal features to generate live video comments. Furthermore, a batch attention module is also proposed in this paper to alleviate the problem of missing sentimental samples, caused by the data imbalance, which is common in live videos as the popularity of videos varies. Extensive experiments on Livebot and VideoIC datasets demonstrate that the proposed So-TVAE outperforms the state-of-the-art methods in terms of the quality and diversity of generated comments. Related code is available at https://github.com/fufy1024/So-TVAE.

📄 PDF Abstract BibTeX arXiv:2404.12782

Code (1)

fufy1024/so-tvae 공식 구현 pytorch

Tasks

Diversity

Similar Papers 제목 키워드 기반

Task-Driven Semantic Quantization and Imitation Learning for Goal-Oriented Communications

2025-02-25 · Yu-Chieh Chao, Yubei Chen, Weiwei Wang, Achintha Wijesinghe 외

Semantic communication marks a new paradigm shift from bit-wise data transmission to semantic information delivery for the purpose of bandwidth reduction. To more effectively carry out specialized downstream tasks at the…

Imitation LearningQuantizationSemantic Communication

Variational Semi-supervised Aspect-term Sentiment Analysis via Transformer

2018-10-24 · CONLL 2019 11 · Xingyi Cheng, Weidi Xu, Taifeng Wang, Wei Chu

Aspect-term sentiment analysis (ATSA) is a longstanding challenge in natural language understanding. It requires fine-grained semantical reasoning about a target entity appeared in the text. As manual annotation over the…

Aspect-Based Sentiment Analysis (ABSA)Natural Language UnderstandingSentiment AnalysisVariational Inference

Formal Semantic Geometry over Transformer-based Variational AutoEncoder

2022-10-12 · Yingji Zhang, Danilo S. Carvalho, Ian Pratt-Hartmann, André Freitas

Formal/symbolic semantics can provide canonical, rigid controllability and interpretability to sentence representations due to their \textit{localisation} or \textit{composition} property. How can we deliver such propert…

DisentanglementExplanation GenerationSentence

Combining Sentiment Lexica with a Multi-View Variational Autoencoder

2019-04-05 · NAACL 2019 6 · Alexander Hoyle, Lawrence Wolf-Sonkin, Hanna Wallach, Ryan Cotterell 외

When assigning quantitative labels to a dataset, different methodologies may rely on different scales. In particular, when assigning polarities to words in a sentiment lexicon, annotators may use binary, categorical, or …

General ClassificationSentiment Analysistext-classificationText Classification

VAE Explainer: Supplement Learning Variational Autoencoders with Interactive Visualization

2024-09-13 · Donald Bertucci, Alex Endert

Variational Autoencoders are widespread in Machine Learning, but are typically explained with dense math notation or static code examples. This paper presents VAE Explainer, an interactive Variational Autoencoder running…

Math