paper-with-me

홈 › Papers

Predicting the Popularity of Reddit Posts with AI

2021-06-08 · Juno Kim

Social media creates crucial mass changes, as popular posts and opinions cast a significant influence on users' decisions and thought processes. For example, the recent Reddit uprising inspired by r/wallstreetbets which had remarkable economic impact was started with a series of posts on the thread. The prediction of posts that may have a notable impact will allow for the preparation of possible following trends. This study aims to develop a machine learning model capable of accurately predicting the popularity of a Reddit post. Specifically, the model is predicting the number of upvotes a post will receive based on its textual content. I experimented with three different models: a baseline linear regression model, a random forest regression model, and a neural network. I collected Reddit post data from an online data set and analyzed the model's performance when trained on a single subreddit and a collection of subreddits. The results showed that the neural network model performed the best when the loss of the models were compared. With the use of a machine learning model to predict social trends through the reaction users have to post, a better picture of the near future can be envisioned.

📄 PDF Abstract BibTeX arXiv:2106.07380

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

PoPreRo: A New Dataset for Popularity Prediction of Romanian Reddit Posts

2024-07-05 · Ana-Cristina Rogoz, Maria Ilinca Nechita, Radu Tudor Ionescu

We introduce PoPreRo, the first dataset for Popularity Prediction of Romanian posts collected from Reddit. The PoPreRo dataset includes a varied compilation of post samples from five distinct subreddits of Romania, total…

Language ModelingLanguage ModellingLarge Language Model

Stylistic approaches to predicting Reddit popularity in diglossia

2021-08-01 · ACL 2021 5 · Huikai Chua

Past work investigating what makes a Reddit post popular has indicated that style is a far better predictor than content, where posts conforming to a subreddit{'}s community style are better received. However, what about…

The future is different: Large pre-trained language models fail in prediction tasks

2022-11-01 · Kostadin Cvejoski, Ramsés J. Sánchez, César Ojeda

Large pre-trained language models (LPLM) have shown spectacular success when fine-tuned on downstream supervised tasks. Yet, it is known that their performance can drastically drop when there is a distribution shift betw…

Language ModelingLanguage ModellingTopic Models

Evaluating Impact of Social Media Posts by Executives on Stock Prices

2022-11-01 · Anubhav Sarkar, Swagata Chakraborty, Sohom Ghosh, Sudip Kumar Naskar

Predicting stock market movements has always been of great interest to investors and an active area of research. Research has proven that popularity of products is highly influenced by what people talk about. Social medi…

Time SeriesTime Series Analysis

MentSum: A Resource for Exploring Summarization of Mental Health Online Posts

2022-06-02 · LREC 2022 6 · Sajad Sotudeh, Nazli Goharian, Zachary Young

Mental health remains a significant challenge of public health worldwide. With increasing popularity of online platforms, many use the platforms to share their mental health conditions, express their feelings, and seek h…

Text Summarization