Hugging Face Trending Papers

Comment-level Topic Drift Analysis in the Reddit Corpus

Read the original on Hugging Face Trending Papers →

The paper introduces a new method that uses embedding-based dynamic topic modeling to detect and measure topic drift at the comment level in a large dataset. By applying pretrained language models to generate contextualized embeddings for 12.7 billion Reddit comments from 2006 to 2022, the authors identify evolving topic clusters over time using unsupervised techniques. Their approach includes scalable modifications to existing methods and a null model comparison test, revealing that politically and socially contentious topics show significant directional drift, while areas like music and sports remain relatively stable.

Machine-generated by The Flow from the publisher's headline and feed description — not written or checked by a human. The full article lives at Hugging Face Trending Papers.

arXiv Machine Learning
Aug 20

BERTilda: Explainable Topic Lifecycle Tracking with Split/Merge Detection via Similarity-and-Flow Temporal Graphs

BERTilda is an explainable framework for tracking topic lifecycles in longitudinal text streams. It discovers topics independently in each time window using an embedding‑based topic model, then links topics across adjacent windows via a temporal graph that uses both semantic similarity and a bidirectional coverage signal derived from tweet‑to‑topic attribution. The graph‑based rules identify continuations, splits, merges, disappearances, and unclear transitions, and the method achieves up to 87% agreement with human annotators on a gold‑standard subset.

By Cl\'audia Oliveira, \'Alvaro Figueira
arXiv Computation and Language
2d ago

Dynamic Topic Modeling for Cross-Corpus Temporal Analysis

Dynamic Embedded Topic Models (D-ETM) are extended to enable stable cross‑corpus temporal analysis by first learning a shared dynamic topic space—called the shared backbone—over a merged multi‑corpus collection. Corpus‑specific residual adaptation is then applied around this frozen backbone, allowing each corpus to specialize lexically without creating separate latent topic spaces. Experiments on three corpora spanning 97 years show that this approach yields much stronger alignment of topic trajectories (97.5 ± 0.7 % Retrieval@1) compared to full fine‑tuning or independent training with post‑hoc matching.

By Ruoxuan Li, Bruce Kogut
Hugging Face Trending Papers
Aug 18

Against Political Polarization: A Unified Framework for Tracing Evolving Political Ideologies on Social Media

The paper introduces TSN4PI, a unified framework for tracking the evolution of political ideologies on social media. It combines a PIDN module that uses large language models, style transfer, and unsupervised domain adaptation to detect ideologies and filter noise, with a PIPN module that employs temporal graph neural networks to predict future ideological shifts. The authors release two large-scale datasets and validate the approach on platforms such as X and Truth Social, offering empirical insights into political polarization and ideology evolution.