Papers for

social media platform engineers

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.

Multimodal models get better at avoiding false emotion guesses

Multi-Faceted Evaluation and Mitigation of Emotion Hallucinations in MLLMs

Abstract: Multimodal large language models (MLLMs) have shown strong potential in open-ended emotion understanding, yet they often generate emotion hallucinations. Evaluating such hallucinations is particularly challenging for two reasons. First, emotion understanding spans multiple cognitive facets, from multimodal perception to psychological reasoning. Second, emotional interpretations are expressed in free-form language, making existing closed-ended protocols insufficient for evaluation. To address these challenges, we introduce EHR (Emotion Hallucination Rate), an evaluator that quantifies emotion hallucinations across six facets: expression, action, audio, instinct, logic, and conclusion. Using EHR, we reveal that existing mitigation methods often reduce hallucinations in some facets while aggravating them in others, exposing the limitation of coarse-grained correction and the need for facet-aware localization and mitigation. Motivated by this finding, we propose HMER (Hallucination-aware Memory-guided Emotion Reasoning), a training-free framework for emotion hallucination mitigation. HMER maintains a Hallucination Memory that records localized hallucinated claims and enables targeted logit rectification, together with an Anchor Memory that preserves reliable intermediate reasoning states to stabilize subsequent generation. By selectively suppressing unreliable cues while preserving trustworthy reasoning context, HMER enables fine-grained mitigation across diverse hallucination facets. Extensive experiments on 19 MLLMs demonstrate the prevalence of emotion hallucinations and the effectiveness of our framework across diverse model architectures.

Thu 10 SeptMultimedia
The gist
Multimodal large language models can understand emotions but sometimes mistakenly invent feelings that aren’t really there, called emotion hallucinations. The authors created a new way to measure these mistakes across different types of emotional reasoning. They found that many fixes only address some mistakes but make others worse. To improve this, they designed a new method that remembers and targets specific errors during emotion understanding to reduce hallucinations more precisely. Their experiments show this method works on many types of models.
Open 2609.11154v1

Foundation models improve online content moderation accuracy

Can Foundation Models Moderate Online Content? Evaluating Instruction- vs. Example-Driven Policy Operationalization

Abstract: The growing complexity of content moderation policies presents a critical challenge for their consistent operationalization. While foundation models possess the basic capabilities needed to confront this challenge, whether they can reliably moderate online content remains an unanswered question. In this paper, we systematically compare two competing paradigms for Vision-Language Model (VLM) guidance: an instruction-driven approach where models reason from policy precepts, and an example-driven approach where they generalize from prior precedents. We ground this investigation in ModerationBench, a new benchmark of 4,000 manually annotated, in-the-wild posts from the Bluesky platform. Our experiments reveal that foundation models can substantially outperform Bluesky's deployed moderation system, nearly tripling its $F_1$ score (0.60 vs. 0.22) on Random Posts in the benchmark, with both instruction- and example-driven paradigms achieving comparable peak effectiveness. Our findings thus chart a path toward reliable and adaptable policy operationalization at scale.

Wed 9 SeptComputation and LanguageArtificial IntelligenceComputers and Society
The gist
Online content moderation is tricky because the rules can be complex and hard to apply consistently. The authors compare two ways of guiding AI models—one using instructions based on rules, and another using examples from previous decisions. They created a new test set from real online posts and found that big AI models can perform much better than an existing system at deciding what content should be allowed or removed. Both guiding methods worked about equally well, showing promise for more reliable moderation.
Open 2609.10410v1

Graph neural networks defended from attacks by pruning risky edges

Kernel-Complexity Edge Sanitization for Training-Free Defense against Structural Graph Attacks

Abstract: Graph Neural Networks (GNNs) have achieved remarkable success across diverse applications, yet they remain highly vulnerable to adversarial attacks that maliciously perturb graph structure. Existing defenses often lack rigorous theoretical grounding, rely on attack-specific heuristics, or require costly retraining procedures such as adversarial training. To address these limitations, we propose Kernel-Complexity Edge Sanitization (KCES), a training-free and model-agnostic framework for defending against structural attacks. KCES is built upon Graph Kernel Complexity (GKC), a principled metric derived from the graph Gram matrix that appears in a generalization upper bound on the GNN test error. From this bound, we define an edge-specific KC score that quantifies each edge's structural influence via its induced change in GKC. KCES then identifies and prunes high-KC edges, which are empirically enriched with adversarial perturbations under structural attacks, to mitigate their harmful impact. Computationally efficient and scalable, KCES operates as a lightweight preprocessing step without retraining and can be seamlessly integrated with existing defenses. Extensive experiments demonstrate that KCES consistently outperforms representative robust baselines across diverse attack settings and scales effectively to large graphs. Supported by theoretical analysis and extensive empirical validation, KCES provides a principled and efficient framework for securing GNNs. Our code is available at https://github.com/karpning/KCScore.

Wed 9 SeptMachine LearningArtificial Intelligence
The gist
Graph neural networks can be tricked by attackers who change the connections between data points. The authors propose a way to find and remove the most suspicious connections without needing to retrain the model. They use a new scoring method that measures how much each edge changes the network’s complexity and score. Removing edges with high scores helps protect the network from attacks, is fast to do, and works well on large datasets.
Open 2609.09698v1

Social media algorithms limit political speech reach unequally

Democracy Needs Reach: Political Equality, Online Speech, and Algorithmic Recommendation

Abstract: Within democracies, the capacity to influence political outcomes through speech depends not only on the right to express oneself, but also on the opportunity to reach relevant audiences. In this paper, I argue that the unequal distribution of algorithmic reach on social media platforms undermines equality of opportunity for political influence (EOPI), which is a central democratic ideal. Drawing on Niko Kolodny's work, I contend that current recommendation algorithms create and perpetuate informal inequalities by concentrating attention among a small minority of already-amplified speakers while systematically marginalizing others. To address this problem, I propose recommendation floors as a mechanism for equalizing political speech. To help users achieve meaningful participation, each verified account would receive guaranteed minimum recommendation for up to a limited number of political posts per week. Although this measure represents one component of the structural reforms needed to move the digital public sphere closer to democratic ideals, it offers a feasible pathway to reducing informal inequalities in political influence online.

Tue 8 SeptComputers and SocietySocial and Information Networks
The gist
Having the right to speak in democracy is only part of the story; reaching people who will listen is just as important. The paper explains that social media algorithms tend to show popular political voices more often, leaving others unheard. The authors suggest a system where verified accounts get a guaranteed minimum reach for some political posts, to help balance influence. This idea aims to make online political discussion fairer.
Open 2609.09465v1

Large language models improve social network modeling and dynamics

LLMs for Social Network Modeling: From Network Generation to Dynamic Processes

Abstract: Large language models (LLMs) are rapidly emerging as a new paradigm for modeling social networks by representing users and their relationships and interactions through natural language. Unlike classical network models or deep learning approaches, LLMs can simulate context-aware social behavior and language-driven interactions, enabling more realistic modeling of network formation and dynamic social processes. However, existing studies are scattered across different research communities and lack a unified perspective. This survey presents the first comprehensive review of LLMs for social network modeling by organizing the literature into two broad categories: network generative models and dynamic process models. Network generative models are further classified into selection-based and interaction-based approaches, while dynamic process models are categorized into opinion dynamics, information diffusion, and rumor propagation, each with their underlying modeling mechanisms. LLMs enable rich textual social interactions and decision-making, but they also exhibit many limitations, including inherent social biases and prompt sensitivity. We outline these open research challenges and discuss future directions in LLM-based social network modeling.

Mon 7 SeptSocial and Information NetworksArtificial Intelligence
The gist
Social networks are complicated, with people interacting and sharing opinions in many ways. The authors survey how large language models (LLMs) can represent users, their relationships, and conversations using natural language. These models help simulate how social networks form and evolve, including how information and rumors spread or how opinions change. The paper groups current research into categories based on network creation and dynamic social behaviors, while noting challenges like bias and sensitivity to input. They also outline directions for improving the use of LLMs in social network studies.
Open 2609.08049v1

Uncertainty matters when checking fairness of machine learning models

The Role of Uncertainty in Assessing the Fairness of Machine Learning Models

Abstract: Machine learning models are widely used in clinical applications, social media, law enforcement and critical infrastructure. Verifying whether their outputs are biased against disadvantaged groups or individuals is crucial to ensuring they are fair and allowing their use in such settings. A rigorous risk assessment of possible fairness violations requires quantifying the uncertainty associated with selecting and estimating such models. Yet, this is rarely done in the literature, which focuses on identifying a single model with a suitable trade-off between predictive accuracy and fairness. In this paper, we move beyond point estimation and discuss frequentist and Bayesian approaches to uncertainty quantification for fair machine learning, with practical examples and implications for simulated and real data.

Mon 7 SeptMachine Learning
The gist
Machine learning models are used in important areas like healthcare and law enforcement, where fairness is crucial. The paper explains that checking if these models are fair often ignores how uncertain we are about the model choices themselves. The authors discuss methods to measure this uncertainty using statistical and Bayesian approaches. This helps give a clearer picture of how confident we can be that models treat people fairly, based on both simulated and real data examples.
Open 2609.07959v1