Papers for

social media platform developers

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.

How bluesky creators build and maintain custom feed middleware

Middleware for Feed Recommendation in Practice: How Feed Creators Build, Maintain, and Sustain Custom Feeds on Bluesky

Abstract: Scholars have long proposed third-party middleware as an alternative to centralized algorithmic feeds: feeds built and distributed by independent feed creators. This vision saw no large-scale instantiation until Bluesky, a decentralized microblogging platform, introduced custom feeds in 2023. Although central to the middleware ecosystem, we know little about how feed creators understand their role, build feeds, and sustain them. Through interviews with n = 26 feed creators and third-party developers of feed-building tools, and analysis of n = 88,302 custom feeds, we identify two creator orientations---utility-providing and community-building. Additionally, creators struggle to maintain feeds that fully realize middleware ideals: they lack granular interaction data, receive little feedback, and lack technical expertise to act on either. Finally, creators sustain their feeds as unpaid hobbyists with little platform support and are divided on whether to monetize beyond covering costs. We conclude with design and policy implications for strengthening the middleware feed ecosystem.

Fri 11 SeptHuman-Computer Interaction
The gist
Decentralized social media platforms want to let independent developers create their own feeds instead of relying on one big algorithm. This study looked at how people who build such feeds on Bluesky do their work, what challenges they face, and how they keep going. The authors found two main types of creators: those who make feeds to provide useful content and those who aim to build communities. Feed creators often lack detailed user data and technical skills to improve their feeds, and they mostly do it as unpaid hobbies with little support. The paper suggests ways to help strengthen this ecosystem.
Open 2609.12958v1

Language identification models improve tri-language social media texts

IndicTriMix: Developing Language Identification Datasets and Models for Tri-Language Code-Mixing

Abstract: Language identification in code-mixed text, largely observed in social media, is highly essential when users frequently switch between multiple languages within a single utterance. Accurately identifying the languages of code-mixed tokens becomes an urgent necessity. Traditional language identification models, designed for monolingual text, are not well suited for token-level language identification in code-mixed settings. We formulate the task as a sequence labeling problem and fine-tune contextual transformer-based models MuRIL and XLM-RoBERTa best suited for Indian languages. We evaluate these systems on three different data configurations (Hindi, Gujarati, and Bengali) to predict language labels for individual tokens. We release a benchmark for language identification in code-mixed tokens with manually annotated test sets. We propose two approaches of code-mixed generation using parallel sentences of three languages. The trained models demonstrate the effectiveness of contextual embeddings for token-level language identification in multilingual social media text. For reproducibility and to facilitate future research, we publicly release our fine-tuned models.

Thu 10 SeptComputation and Language
The gist
People often mix three languages in a single sentence on social media, making it hard for computers to know which language each word belongs to. The authors worked on solving this by teaching language models to recognize languages at the word level for mixed sentences involving Hindi, Gujarati, and Bengali. They created and tested new datasets and showed that advanced transformer-based models help identify code-mixed languages better. Their work also includes sharing datasets and models for others to use and build on.
Open 2609.11851v1

Deepfake detectors struggle with real smartphone photos

LAION-Mobile: Evaluating Deepfake Detectors On One Million Smartphone Photos

Abstract: Most Deepfake detectors report near-perfect AUC scores on their reference benchmarks. However, a recent ICML position paper argues that these evaluations collectively neglect the impact of modern smartphone photography: the widely used on-device neural image-signal processing pipelines (like multi-sensor fusion or noise and motion-blur suppression) increasingly shift the imaging paradigm from simple lens projections towards computational photography. Hence, devices actually generate, rather than record photos. This increases the risk that deepfake detectors may flag ordinary phone photos as fake. Due to the lack of large-scale datasets containing images from modern smartphones, this hypothesis has so far only been tested in small proof-of-concept studies. The aim of this paper is to close this gap. We introduce LAION-Mobile, an open dataset containing about 1 million smartphone images with EXIF metadata distilled from re-LAION-5B. Evaluating twelve state-of-the-art deepfake detectors with their original paper checkpoints on a 9,115-image evaluation sample of this pool (DIRE on 738), we report three key findings: (i) On modern AI content no detector exceeds AUC 0.624, and five of twelve fall below chance. (ii) Real-photo false-alarm rates are an artefact of threshold calibration: thresholds fitted on legacy GAN data make several detectors look deployable (less than 11 percent FPR), yet the same detectors flag 17-91 percent of real photos once the identical criterion is refit on modern content. (iii) Consequently, no detector both beats chance on modern AI content and keeps a deployable real-photo false-alarm rate. Mirroring the device mix of web collections, the corpus probes the first neural-ISP generation (2018-2020); current flagships are essentially absent, leaving the modern-ISP regime as the open gap.

Thu 10 SeptComputer Vision and Pattern Recognition
The gist
Many tools try to spot fake images created by AI, but most work well only on old-style computer-generated pictures. The authors found that modern smartphone photos, which are processed by complex software inside devices, confuse these detectors and make them trigger false alarms. They created a large collection of real smartphone images to test detectors more realistically and found none work reliably on modern AI fakes without wrongly flagging many genuine photos. This shows current detection methods need improvement to handle today's computational photography.
Open 2609.11134v1

Bangla dialect benchmark aligns transliteration with multiple annotations

5-Dialects-BN: Unmasking the Impact of Transliteration on Bangla Dialectal LLMs

Abstract: Large Language Models (LLMs) have achieved remarkable progress across natural language processing (NLP) tasks, yet their capabilities degrade sharply for low-resource languages and dialectally diverse settings. Bangla, the world's sixth most spoken language, exemplifies this gap: existing resources overwhelmingly target Standard Bangla, leaving its regional dialects without the benchmarks needed to develop or evaluate dialect-aware systems. We address this gap with 5-Dialects-BN, the first multi-annotation Bangla dialect benchmark to align Romanized transliteration with dialectal text, Standard Bangla, English, and subjectivity labels across five regional varieties. The dataset comprises 6,000 manually annotated entries spanning five major dialects: Chittagong, Barisal, Noakhali, Sylhet, and Rangpur (Chittagong 1,900; Noakhali 1,500; Sylhet 1,200; Barisal 700; Rangpur 700), reflecting natural online availability. Each entry is enriched with five aligned annotations: the original dialectal text, a Romanized transliteration, an English translation, a Standard Bangla translation, and a subjectivity label (subjective vs. objective). Annotations were produced and cross-validated by native speakers and undergraduate linguistics students to ensure dialectal authenticity and semantic fidelity. The resulting resource supports a diverse suite of tasks, including dialect identification, dialect-to-standard normalization, machine translation, subjectivity classification, and parameter-efficient fine-tuning (e.g., LoRA) of multilingual LLMs. By providing a standardized, multi-annotation benchmark, 5-Dialects-BN enables principled evaluation of LLMs on dialectally diverse Bangla and lays a foundation for further research in low-resource, dialect-aware NLP.

Wed 9 SeptComputation and Language
The gist
Bangla is a widely spoken language with many regional dialects, but most language technology focuses only on the standard version. The researchers created a new dataset called 5-Dialects-BN that includes texts from five Bangla dialects, along with their Romanized versions, English and standard Bangla translations, and labels indicating if the text is subjective or objective. This resource helps improve and test language models on these diverse dialects, supporting tasks like dialect recognition and translation. It is verified by native speakers to ensure accuracy and dialect authenticity.
Open 2609.09964v1

Toxicity in otome game communities is high especially on Weibo

"Shut Up and Let Me Enjoy My Otome": Understanding and Measuring the Toxicity in Otome Game Communities

Abstract: Otome games, a romance simulation genre primarily targeting female, have emerged as a major force in the global gaming market, attracting hundreds of millions of players and billions in revenue. Despite their popularity, otome game communities face pervasive online toxicity, which has been largely unexplored. In this work, we present the first large-scale measurement of toxicity in otome game communities across social platforms. We introduce OtomeSCAN, a framework for collecting, evaluating, and analyzing 620,045 posts from Weibo and Reddit spanning 18 months. To support robust analysis, we manually annotated a ground-truth dataset of 4,308 posts, identifying eight target groups such as players and game developers. We evaluate seven toxicity detectors on the dataset, including general-purpose models and our proposed LLM-based detectors, with our best model achieving F1-scores of 0.82 (Weibo) and 0.78 (Reddit). Our analysis reveals significant platform-based differences in toxicity: 22.20% of otome-related posts on Weibo are toxic, compared to 3.71% on Reddit. Besides, real-world events like in-community conflicts can rapidly escalate toxicity, with toxicity ratios increasing to 37.09% in just 72 hours during an external attack on Weibo. We also flag 191 potential-coordination clusters in otome game communities, 64.40% of which target game developers, with several accounts participating repeatedly across multiple clusters. We hope our work inspires further research on community-specific toxicity and contributes to building healthier online spaces for marginalized gaming communities.

Mon 7 SeptCryptography and SecuritySocial and Information Networks
The gist
Otome games are romance games mostly played by women, but fans in their online communities sometimes face a lot of negative and hurtful messages. The authors studied over 600,000 posts from two popular platforms, Weibo and Reddit, to see how common toxic comments are. They found that Weibo had many more toxic posts than Reddit, especially during times of community fights. They also found groups of users repeatedly targeting game developers with harsh messages. This work helps show how bad behavior affects these gaming communities and may guide better ways to keep them safe.
Open 2609.08009v1

Multimodal sentiment analysis improves with better video processing and timing

Fine-Grained Visual Preprocessing and Dual-Stream Temporal Modeling for Multimodal Sentiment Analysis on Social Media

Abstract: Multimodal sentiment analysis often remains text-dominant due to raw-video noise and insufficient temporal modeling. Using CH-SIMS v2.0S, this study proposes three improvements: the NAPS pipeline---a seven-stage system integrating face tracking,identity embedding, and normalized lip-motion analysis to reduce visual noise;DS-TANet, combining an EfficientNetB2 static stream, RAFT optical-flow motion stream, motion-guided attention, and Bi-GRU temporal modeling; and DS-TAFNet, fusing visual and MacBERT-Base textual representations via concatenation fusion. With NAPS, the static visual baseline achieves 80.98\% Macro F1, comparable to the text baseline of 80.55\%; DS-TANet improves visual Macro F1 to 82.58\%;and DS-TAFNet achieves 87.49\% accuracy and 87.48\% Macro F1. These results demonstrate that improving visual input quality and temporal representation is more effective than increasing fusion complexity under limited-data conditions.

Mon 7 SeptComputer Vision and Pattern Recognition
The gist
Understanding feelings from social media videos is hard because videos can be noisy and the timing of facial movements is tricky to interpret. The authors created a system that cleans up video faces, tracks lip movements, and uses smart methods to read both still images and motion over time. They combined this with text analysis to improve how well computers can guess emotions. Their approach worked better than just making the system more complicated when data is limited.
Open 2609.07010v1