CLSep 12, 2023

Balanced and Explainable Social Media Analysis for Public Health with Large Language Models

arXiv:2309.05951v111 citationsh-index: 93Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses data imbalance and cost issues for researchers and practitioners in public health using social media analysis, but it is incremental as it builds on existing LLM and BERT methods.

The paper tackles the challenges of data imbalance and high training costs in using large language models (LLMs) for public health analysis from social media, proposing the ALEX framework with data augmentation and prompting mechanisms, achieving first ranking in two tasks at the SMM4H 2023 competition.

As social media becomes increasingly popular, more and more public health activities emerge, which is worth noting for pandemic monitoring and government decision-making. Current techniques for public health analysis involve popular models such as BERT and large language models (LLMs). Although recent progress in LLMs has shown a strong ability to comprehend knowledge by being fine-tuned on specific domain datasets, the costs of training an in-domain LLM for every specific public health task are especially expensive. Furthermore, such kinds of in-domain datasets from social media are generally highly imbalanced, which will hinder the efficiency of LLMs tuning. To tackle these challenges, the data imbalance issue can be overcome by sophisticated data augmentation methods for social media datasets. In addition, the ability of the LLMs can be effectively utilised by prompting the model properly. In light of the above discussion, in this paper, a novel ALEX framework is proposed for social media analysis on public health. Specifically, an augmentation pipeline is developed to resolve the data imbalance issue. Furthermore, an LLMs explanation mechanism is proposed by prompting an LLM with the predicted results from BERT models. Extensive experiments conducted on three tasks at the Social Media Mining for Health 2023 (SMM4H) competition with the first ranking in two tasks demonstrate the superior performance of the proposed ALEX method. Our code has been released in https://github.com/YanJiangJerry/ALEX.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes