paper-with-me

Papers

Autoregressive Affective Language Forecasting: A Self-Supervised Task

2020-12-01 · COLING 2020 8 · Matthew Matero, H. Andrew Schwartz

Human natural language is mentioned at a specific point in time while human emotions change over time. While much work has established a strong link between language use and emotional states, few have attempted to model emotional language in time. Here, we introduce the task of \textit{affective language forecasting} {--} predicting future change in language based on past changes of language, a task with real-world applications such as treating mental health or forecasting trends in consumer confidence. We establish some of the fundamental autoregressive characteristics of the task (necessary history size, static versus dynamic length, varying time-step resolutions) and then build on popular sequence models for \textit{words} to instead model sequences of \textit{language-based emotion in time}. Over a novel Twitter dataset of 1,900 users and weekly + daily scores for 6 emotions and 2 additional linguistic attributes, we find a novel dual-sequence GRU model with decayed hidden states achieves best results ($r = .66$) significantly out-predicting, e.g., a moving averaging based on the past time-steps ($r = .49$). We make our anonymized dataset as well as task setup and evaluation code available for others to build on.

📄 PDF Abstract BibTeX

Code (1)

matthewmatero/affectivelanguageforecasting 공식 구현

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

From Affect Prediction to Affect Forecasting: Evidence for Distinct Information Sources in Longitudinal Text

2026-06-15 · Sadia Noor, Seemab Latif, Raja Khurram Shahzad, Mehwish Fatima arxiv

Modeling dimensional affect in longitudinal text requires distinguishing current affect estimation from future affective change forecasting. Existing approaches often treat each text as an independent observation and app…

Exploring Expression-related Self-supervised Learning for Affective Behaviour Analysis

2023-03-18 · Fanglei Xue, Yifan Sun, Yi Yang

This paper explores an expression-related self-supervised learning (SSL) method (ContraWarping) to perform expression classification in the 5th Affective Behavior Analysis in-the-wild (ABAW) competition. Affective datase…

Self-Supervised Learning

Real-time body pose non-verbal communication with a consistency-based reliability measure

2026-06-08 · Alina Marcu, Dragos Costea, Cristina Lazar, Marius Leordeanu arxiv

Body movement communicates intent at distances and in conditions where neither the face, nor speech can be captured. We study the recognition of communicative intent from 2D body pose alone. We argue that body motion is …

Scalable high-resolution forecasting of sparse spatiotemporal events with kernel methods: a winning solution to the NIJ "Real-Time Crime Forecasting Challenge"

2018-01-09 · Seth Flaxman, Michael Chirico, Pau Pereira, Charles Loeffler

We propose a generic spatiotemporal event forecasting method, which we developed for the National Institute of Justice's (NIJ) Real-Time Crime Forecasting Challenge. Our method is a spatiotemporal forecasting model combi…

Density EstimationGaussian Processes

RenderWorld: World Model with Self-Supervised 3D Label

2024-09-17 · Ziyang Yan, Wenzhen Dong, Yihua Shao, Yuhang Lu 외

End-to-end autonomous driving with vision-only is not only more cost-effective compared to LiDAR-vision fusion but also more reliable than traditional methods. To achieve a economical and robust purely visual autonomous …

Autonomous DrivingGPUmodelMotion Planning+1