Stance Detection on Social Media with Fine-Tuned Large Language Models
Stance detection, a key task in natural language processing, determines an author's viewpoint based on textual analysis. This study evaluates the evolution of stance detection methods, transitioning from early machine learning approaches to the groundbreaking BERT model, and eventually to modern Large Language Models (LLMs) such as ChatGPT, LLaMa-2, and Mistral-7B. While ChatGPT's closed-source nature and associated costs present challenges, the open-source models like LLaMa-2 and Mistral-7B offers an encouraging alternative. Initially, our research focused on fine-tuning ChatGPT, LLaMa-2, and Mistral-7B using several publicly available datasets. Subsequently, to provide a comprehensive comparison, we assess the performance of these models in zero-shot and few-shot learning scenarios. The results underscore the exceptional ability of LLMs in accurately detecting stance, with all tested models surpassing existing benchmarks. Notably, LLaMa-2 and Mistral-7B demonstrate remarkable efficiency and potential for stance detection, despite their smaller sizes compared to ChatGPT. This study emphasizes the potential of LLMs in stance detection and calls for more extensive research in this field.
Code (0)
등록된 구현이 없습니다.
Tasks
Few-Shot LearningStance DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Zero-Shot Stance Detection in the Wild: Dynamic Target Generation and Multi-Target Adaptation
Current stance detection research typically relies on predicting stance based on given targets and text. However, in real-world social media scenarios, targets are neither predefined nor static but rather complex and dyn…
Stance DetectionFarExStance: Explainable Stance Detection for Farsi
We introduce FarExStance, a new dataset for explainable stance detection in Farsi. Each instance in this dataset contains a claim, the stance of an article or social media post towards that claim, and an extractive expla…
parameter-efficient fine-tuningStance Detectionmattica@SMM4H’22: Leveraging sentiment for stance & premise joint learning
This paper describes our submissions to the Social Media Mining for Health Applications (SMM4H) shared task 2022. Our team (mattica) participated in detecting stances and premises in tweets about health mandates related …
Language ModelingLanguage ModellingStance DetectionTask 2Advancing Depression Detection on Social Media Platforms Through Fine-Tuned Large Language Models
This study investigates the use of Large Language Models (LLMs) for improved depression detection from users social media data. Through the use of fine-tuned GPT 3.5 Turbo 1106 and LLaMA2-7B models and a sizable dataset …
Depression DetectionEvaluating Transformer Models for Suicide Risk Detection on Social Media
The detection of suicide risk in social media is a critical task with potential life-saving implications. This paper presents a study on leveraging state-of-the-art natural language processing solutions for identifying s…