Challenge: a task of thread popularity prediction and tracking aims to recommend a few popular comments to subscribed users when a batch of new comments arrive in a discussion thread.
Approach: They propose a deep neural network architecture to model the expected cumulative reward of a recommendation (action) they employ a greedy procedure to approximate the action that maximizes the predicted Q-value .
Outcome: The proposed approach outperforms the state-of-the-art on five real-world datasets.

Similar Papers

Predicting Helpful Posts in Open-Ended Discussion Forums: A Neural Architecture (N19-1)

Copied to clipboard

Challenge: Unlike Community Question Answering, where questions are mostly factoid based, forum threads are often open-ended and contain repetitive or irrelevant posts.
Approach: They propose a recurrent neural network-based architecture to model the relevance of a post regarding the original post starting the thread and the novelty it brings to the discussion.
Outcome: The proposed model outperforms the state-of-the-art models for text classification on different types of online forum datasets.
PopALM: Popularity-Aligned Language Models for Social Media Trendy Response Prediction (2024.lrec-main)

Copied to clipboard

Challenge: Recent work focuses on generic human responses without considering popularity factors in the social contexts.
Approach: They propose Popularity-Aligned Language Models to distinguish responses liked by a larger audience through reinforcement learning.
Outcome: The proposed model can distinguish responses liked by a larger audience through reinforcement learning.
Content-based Popularity Prediction of Online Petitions Using a Deep Regression Model (P18-2)

Copied to clipboard

Challenge: Existing work on predicting popularity of online petitions based on initial popularity trajectory has focused on estimating the number of signatures a petition gets in the first x hours, and predicting the total number of signed petitions at the end of its lifetime.
Approach: They propose a CNN-based model to predict the popularity of a petition based on its textual content and use it to model the influence of other petition signers.
Outcome: The proposed model is based on UK and US government petition datasets and is compared with previous work on predicting popularity over time based upon initial popularity trajectory.
Re-entry Prediction for Online Conversations via Self-Supervised Learning (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing work on re-entry prediction ignores conversation thread patterns and repeated engagement of target users.
Approach: They propose to use conversation thread patterns to predict whether a user will come back to a conversation they once participated in to train a model on labels that are automatically derived from the data.
Outcome: The proposed task outperforms the state-of-the-art models on two social media datasets with fewer parameters and faster convergence.
Neural Multi-Task Learning for Stance Prediction (D19-66)

Copied to clipboard

Challenge: Existing models for fact checking are limited in size due to limited data available . stance detection is a key component of fact checking for journalists and news agencies .
Approach: They propose to use textual information from existing datasets to improve stance prediction.
Outcome: The proposed model outperforms state-of-the-art systems on a public benchmark dataset by 6.0 and 14.4 points in weighting.
The Engage Corpus: A Social Media Dataset for Text-Based Recommender Systems (2022.lrec-1)

Copied to clipboard

Challenge: Existing studies have examined the impact of recommendation algorithms on how users discover and join online groups, but there are few standardized datasets for generating such models.
Approach: They propose to use Reddit to build a dataset that can be used to build models of user engagement with online groups.
Outcome: The proposed model is based on the behavior of subreddits banned in June 2020 as part of Reddit's efforts to stop the dissemination of hate speech.
Neural News Recommendation with Heterogeneous User Behavior (D19-1)

Copied to clipboard

Challenge: Existing news recommendation methods rely on news click history to model user interest, but data sparsity is a problem . other kinds of user behaviors such as webpage browsing and search queries can provide useful clues of users’ news reading interest.
Approach: They propose to exploit heterogeneous user behaviors to learn news representations from their titles via CNN networks and apply attention networks to select important words.
Outcome: The proposed approach exploits heterogeneous user behaviors on a real-world dataset.
Grouped-Attention for Content-Selection and Content-Plan Generation (2021.findings-emnlp)

Copied to clipboard

Challenge: Recent neural data-to-text generation models explicitly learn content-plan given a set of attributes as input.
Approach: They propose a neural content-planner that captures local and global contexts . they use a token-level attention constrained within each input attribute .
Outcome: The proposed model outperforms competitors by 4.92%, 4.70%, and 16.56% on real-world datasets.
Dynamic Structured Neural Topic Model with Self-Attention Mechanism (2023.findings-acl)

Copied to clipboard

Challenge: Recent topic models that capture the time-series evolution of topics assume that topics evolve independently without interaction.
Approach: They propose a dynamic structured neural topic model which captures topic dependencies while capturing their dependencies.
Outcome: The proposed model outperforms a prior dynamic embedded topic model regarding perplexity and coherence while maintaining sufficient diversity across topics.
Leveraging Hashtag Networks for Multimodal Popularity Prediction of Instagram Posts (2022.lrec-1)

Copied to clipboard

Challenge: Existing popularity prediction approaches reduce hashtags to simple features such as hashtag length or number of hashtags in a post.
Approach: They propose a multimodal framework to predict popular influencer posts on Instagram using post captions, image, hashtag network and topic model.
Outcome: The proposed framework outperforms baseline models and unimodal models on popular influencer posts in Taiwan . it uses post captions, image, hashtag network, and topic model to predict popular influence post .

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations