Sentiment Analysis and Effect of COVID-19 Pandemic using College SubReddit Data
Tian Yan, Fang Liu

TL;DR
This study analyzes Reddit data from university communities to assess how COVID-19 affected sentiments, revealing increased negativity during the pandemic and associated with in-person learning, using advanced machine learning and statistical models.
Contribution
It introduces a combined ML and statistical approach to quantify pandemic-related sentiment changes from social media data.
Findings
Odds of negative sentiment increased by 25.7% during the pandemic.
Negative sentiments were 48.3% higher with in-person learning.
The study confirms the pandemic's negative impact on mental health.
Abstract
Background: The COVID-19 pandemic has affected our society and human well-being in various ways. In this study, we investigate how the pandemic has influenced people's emotions and psychological states compared to a pre-pandemic period using real-world data from social media. Method: We collected Reddit social media data from 2019 (pre-pandemic) and 2020 (pandemic) from the subreddits communities associated with eight universities. We applied the pre-trained Robustly Optimized BERT pre-training approach (RoBERTa) to learn text embedding from the Reddit messages, and leveraged the relational information among posted messages to train a graph attention network (GAT) for sentiment classification. Finally, we applied model stacking to combine the prediction probabilities from RoBERTa and GAT to yield the final classification on sentiment. With the model-predicted sentiment labels on the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Mental Health via Writing
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Attention Dropout · Linear Warmup With Linear Decay · Softmax · Weight Decay · WordPiece · Adam · Residual Connection
