Papers for

social media analysts

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Climate anxiety feelings and themes seen in Reddit posts and comments

Exploring Climate-Related Anxiety Through Social Media Content

Abstract: This study explores climate-related anxiety as expressed through social media discussions on Reddit. Using natural language processing techniques, we analyse large-scale textual data to identify recurring themes, emotional patterns, and how these evolve over time. Text data was preprocessed and analysed using BERTopic for topic modelling and a transformer-based model for emotion classification across 28 categories using the RoBERTa-base GoEmotions model. Results show that climate-related discourse is structured around a small number of core themes, primarily separating action-oriented discussions like advocacy and policy from informational and reflective content. Emotional analysis reveals that negative emotions such as fear and sadness are more prominent in posts, while comments often introduce a wider range of responses, including care, encouragement, and neutral reactions. These findings suggest that online climate discourse is shaped not only by the topics being discussed, but also by how users engage with and respond to one another. This work provides an initial framework for understanding climate-related anxiety through large-scale social media analysis and highlights opportunities for improving future models, expanding platform coverage, and incorporating youth-centred perspectives.

Thu 10 SeptSocial and Information Networks
The gist
People talk about worries related to climate change on Reddit, and this study looked at what they say and how they feel. The authors found that conversations mainly focus on taking action and sharing information or reflections. Fear and sadness were common emotions in the posts, while comments added feelings like care and encouragement. Their work helps us understand how people express climate anxiety and respond to each other online.
Open 2609.12129v1

Unsupervised methods reveal hidden disinformation narratives in text datasets

From Repetition to Recognition: Inductive Discovery of Disinformation Narratives

Abstract: In disinformation datasets, narratives are often understood as recurring interpretive patterns that group texts under narrative labels. Recent work formalized narrative mining as inductively inferring narrative labels from corpora, but its evaluation stays tied to predefined taxonomies, a closed-world setting that cannot capture narratives absent from the reference labels. We introduce a three-tier evaluation framework for unsupervised narrative label generation: recovery (against a corpus's own taxonomy), mining (against external label sets), and discovery (without predefined labels). Applying it, we compare clustering-based and graph-community-based pipelines across seven disinformation datasets, with human validation of discovery on two. The two families are complementary under automated metrics, but in a corpus with two prominent topics, clustering can reduce one topic to 2% of generated labels while graph-based pipelines stay balanced. Discovery validation also reveals many singletons (narrative labels derived from single claims, 30-62% of graph outputs), which clustering cannot produce. Annotators confirm many as recognizable disinformation narratives, suggesting that in open-world discovery the repetition assumed by narrative mining may be recognized outside the corpus, not within it. We release human-validated narrative candidate labels for the Climate Obstruction and PolyNarrative datasets to support taxonomy development and dataset extension.

Thu 10 SeptComputation and Language
The gist
Disinformation often spreads through repeated stories or themes called narratives. The authors studied how to automatically find these narratives without relying on existing lists or labels. They tested methods that group texts by similarity or connections between ideas on multiple datasets. Their findings show that some methods better find balanced sets of narratives, including rare stories that others miss. This can help catch misleading information patterns people might not know yet.
Open 2609.11128v1

Syntax helps find topics in debates but not in technical texts

Does Syntax Matter? A Graph-Augmented Variational Topic Model for Computational Social Sciences

Abstract: Topic modeling is widely used in computational social sciences to identify latent themes in large text corpora. Traditional approaches rely on Bag-of-Words representations and generative models such as LDA, while recent methods like BERTopic operate on dense document embeddings. This paper introduces the Structural Contextual Probabilistic Topic Model (SCPTM), an architecture that incorporates syntactic dependency relations into topic inference. SCPTM represents a corpus as a heterogeneous graph of documents and words connected by lexical and syntactic edges, processed through a Graph Attention Network within a Variational Autoencoder to produce probabilistic, mixed-membership topic distributions. We evaluate seven topic modeling techniques (including four SCPTM ablations) across four corpora differing in register and discourse structure. Our framework combines coherence (C_V, C_NPMI), topic diversity, clustering-label alignment (NMI), and phrase-level diagnostics (complementarity and valence gap). Results show that SCPTM's neural architecture yields substantial gains in document-topic alignment over generative baselines, but these gains are attributable to the variational encoder rather than to syntax. Syntax contributes to topic diversity, where graph-augmented variants outperform the no-graph baseline across all corpora, and to descriptor quality: dependency paths capture predicate-argument structures and stance in deliberative registers, while proving redundant in technical and institutional corpora. The valence gap is positive across all variants, but driven primarily by phrase grouping rather than syntactic filtering. We conclude that syntactic encoding matters conditionally: it benefits action-oriented, argumentative texts, but introduces noise in informational or administrative registers.

Mon 7 SeptComputation and Language
The gist
Finding topics in large sets of texts helps understand what people talk about. The authors created a method called SCPTM that uses sentence structure (syntax) along with usual word information to find these topics. They tested it on different types of texts and found that adding syntax helps make topics more diverse and meaningful in discussions or arguments but adds noise in technical or official documents. Overall, syntax matters mainly for action-focused or opinionated writing.
Open 2609.07797v1

Turkish English social media texts challenge AI language and name recognition

TurEngMix: A Text Corpus and Benchmark for Turkish-English Code-Mixed Language Identification and Named Entity Recognition

Abstract: Natural language processing systems underperform on code-mixed text, particularly for low-resource language pairs. Turkish-English poses a further challenge: it lets English stems combine with Turkish suffixes to form single mixed-language tokens. We introduce TurEngMix, a corpus of 5.5K noisy, naturally occurring social media posts (486,974 tokens) rich in Turkish-English code-mixing. From this corpus, we construct a new Turkish-English benchmark for code-mixed language identification (LID) and named entity recognition (NER), comprising 15K expert-annotated tokens. Evaluating both decoder LLM and fine-tuned encoder baselines, we find that monolingual Turkish and English tokens are labeled reliably, but all models have high error rates on mixed-language tokens for both LID and NER. For morphologically integrated tokens, NER error rates were 5.2x and 6.3x higher for GPT-4o and Qwen, respectively. This highlights how morphological integration remains a challenge. We release the corpus, annotations, and code to support future computational and sociolinguistic research on Turkish-English code-mixing.

Mon 7 SeptComputation and Language
The gist
Texts mixing Turkish and English are hard for AI systems to understand, especially when English and Turkish parts form combined words. The authors collected over 5,000 social media posts full of these mixed words and labeled the language and names within them. They tested popular AI models and found that while these models recognize pure Turkish or English words well, they make many mistakes on mixed words. This shows current AI struggles with this kind of language blending, and the authors shared their data and code to help improve future research.
Open 2609.06963v1