By Gaurab Chhetri - Research Project
CognitiveSky is an open-source research infrastructure for analyzing mental health narratives on Bluesky, combining real-time ingestion, NLP pipelines, and an interactive Next.js dashboard. Accepted for presentation at HICSS 2026. Preprint available on arXiv, final version will appear in official proceedings.
CognitiveSky is a research platform and interactive dashboard for exploring mental health narratives on the Bluesky decentralized social network.
It was built to answer an important question: how can we track and understand large-scale discussions on mental health in real time?
Inspired by TwiXplorer 1, CognitiveSky integrates streaming data ingestion, state-of-the-art NLP labeling, and interactive visualization into a single open-source framework. It has been accepted for presentation at HICSS 2026 (HICSS-59) 2, highlighting its contribution to computational social science and mental health research.
🖥️ Live Dashboard: https://cognitivesky.gaurabchhetri.com.np/
📑 Paper: arXiv Preprint | Accepted at HICSS 2026 (final version will appear in official proceedings)
CognitiveSky is powered by two main components:
mh_worker
(Data Ingestion)summary.py
(Labeling & Summarization)cardiffnlp/twitter-roberta-base-sentiment
)j-hartmann/emotion-english-distilroberta-base
)sentiments.json
, emotions.json
, topics.json
, hashtags.json
, etc.)These summaries power the interactive dashboard and allow temporal analysis of narratives.
The dashboard is built with Next.js + Tailwind + Recharts and provides:
CognitiveSky demonstrates how AI, decentralized platforms, and open data can come together to support research in public health and online discourse. Its contributions include:
By combining technical rigor with accessibility, CognitiveSky bridges the gap between raw social media data and actionable insights.
If you use CognitiveSky in your research, please cite our paper:
@misc{chhetri2025cognitiveskyscalablesentimentnarrative,
title={CognitiveSky: Scalable Sentiment and Narrative Analysis for Decentralized Social Media},
author={Gaurab Chhetri and Anandi Dutta and Subasish Das},
year={2025},
eprint={2509.11444},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2509.11444},
}