Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twitech/graph-modelling-and-community-detection
This research seeks to explore the discussions surrounding JAK inhibitors on Reddit by utilizing graph modeling and community detection techniques through the application of NetworkX and the Louvain algorithm.
https://github.com/twitech/graph-modelling-and-community-detection
data-labeling graph-model llms louvain-algorithm networkx openapi
Last synced: about 1 month ago
JSON representation
This research seeks to explore the discussions surrounding JAK inhibitors on Reddit by utilizing graph modeling and community detection techniques through the application of NetworkX and the Louvain algorithm.
- Host: GitHub
- URL: https://github.com/twitech/graph-modelling-and-community-detection
- Owner: TwiTech
- Created: 2024-11-26T16:28:50.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-26T16:33:46.000Z (about 1 month ago)
- Last Synced: 2024-11-26T17:32:23.736Z (about 1 month ago)
- Topics: data-labeling, graph-model, llms, louvain-algorithm, networkx, openapi
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About the Study
This research seeks to explore the discussions surrounding JAK inhibitors on Reddit by utilizing graph modeling and community detection techniques through the application of NetworkX and the Louvain algorithm.
Data was gathered from Reddit by targeting keywords related to JAK Inhibitors. Then cleaned and preprocessed to get rid of any noise and missing information. Also, NetworkX and Louvain algorithm were used to construct graph networks and detect the communities respectively. Our study revealed 288 communities talking about JAK inhibitors and implemented the betweenness centrality measures to detect the key influencers within these groups. Moreover, Large Language Models (LLMs) such as GPT 3.5 model were used to detect misinformation regarding the usage and potential adverse effects of these medications.
The results show that certain Reddit communities often share information actively with certain users acting as key influencers within the groups.
This study deepens our understanding of the dynamic conversation surrounding JAK inhibitors by identifying the communities and users propagating this information. It also highlights the efficacy of graph-based models in addressing misinformation within conversation related to health.