paper-with-me

Papers

Utilizing Large Language Models to Identify Reddit Users Considering Vaping Cessation for Digital Interventions

2024-04-25 · Sai Krishna Revanth Vuruma, Dezhi Wu, Saborny Sen Gupta, Lucas Aust, Valerie Lookingbill, Caleb Henry, Yang Ren, Erin Kasson, Li-Shiun Chen, Patricia Cavazos-Rehg, Dian Hu, Ming Huang

The widespread adoption of social media platforms globally not only enhances users' connectivity and communication but also emerges as a vital channel for the dissemination of health-related information, thereby establishing social media data as an invaluable organic data resource for public health research. The surge in popularity of vaping or e-cigarette use in the United States and other countries has caused an outbreak of e-cigarette and vaping use-associated lung injury (EVALI), leading to hospitalizations and fatalities in 2019, highlighting the urgency to comprehend vaping behaviors and develop effective strategies for cession. In this study, we extracted a sample dataset from one vaping sub-community on Reddit to analyze users' quit vaping intentions. Leveraging large language models including both the latest GPT-4 and traditional BERT-based language models for sentence-level quit-vaping intention prediction tasks, this study compares the outcomes of these models against human annotations. Notably, when compared to human evaluators, GPT-4 model demonstrates superior consistency in adhering to annotation guidelines and processes, showcasing advanced capabilities to detect nuanced user quit-vaping intentions that human evaluators might overlook. These preliminary findings emphasize the potential of GPT-4 in enhancing the accuracy and reliability of social media data analysis, especially in identifying subtle users' intentions that may elude human detection.

📄 PDF Abstract BibTeX arXiv:2404.17607

Code (0)

등록된 구현이 없습니다.

Tasks

Human DetectionSentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Detecting Reddit Users with Depression Using a Hybrid Neural Network SBERT-CNN

2023-02-03 · Ziyi Chen, Ren Yang, Sunyang Fu, Nansu Zong 외

Depression is a widespread mental health issue, affecting an estimated 3.8% of the global population. It is also one of the main contributors to disability worldwide. Recently it is becoming popular for individuals to us…

Sentencetext-classificationText Classification

RedDust: a Large Reusable Dataset of Reddit User Traits

2020-05-01 · LREC 2020 5 · Anna Tigunova, Paramita Mirza, Andrew Yates, Gerhard Weikum

Social media is a rich source of assertions about personal traits, such as {``}I am a doctor{''} or {``}my hobby is playing tennis{''}. Precisely identifying explicit assertions is difficult, though, because of the users…

Attribute

Linguistic Analysis of Schizophrenia in Reddit Posts

2019-06-01 · WS 2019 6 · Jonathan Zomick, Sarah Ita Levitan, Mark Serper

We explore linguistic indicators of schizophrenia in Reddit discussion forums. Schizophrenia (SZ) is a chronic mental disorder that affects a person{'}s thoughts and behaviors. Identifying and detecting signs of SZ is di…

BIG-bench Machine Learning

CLPsych 2019 Shared Task: Predicting the Degree of Suicide Risk in Reddit Posts

2019-06-01 · WS 2019 6 · Ayah Zirikly, Philip Resnik, {\"O}zlem Uzuner, Kristy Hollingshead

The shared task for the 2019 Workshop on Computational Linguistics and Clinical Psychology (CLPsych{'}19) introduced an assessment of suicide risk based on social media postings, using data from Reddit to identify users …

Analyzing User Perceptions of Large Language Models (LLMs) on Reddit: Sentiment and Topic Modeling of ChatGPT and DeepSeek Discussions

2025-02-22 · Krishnaveni Katta

While there is an increased discourse on large language models (LLMs) like ChatGPT and DeepSeek, there is no comprehensive understanding of how users of online platforms, like Reddit, perceive these models. This is an im…