CLCYMay 4, 2023

Curating corpora with classifiers: A case study of clean energy sentiment online

arXiv:2305.03092v3
Originality Incremental advance
AI Analysis

This provides a low-cost, high-performance pre-processing method for social media datasets, addressing a bottleneck in real-time data pipelines for researchers and analysts.

The paper tackled the problem of efficiently curating relevant social media corpora for real-time public opinion analysis by using fine-tuned transformer models to filter irrelevant tweets, achieving F1 scores up to 0.95.

Well curated, large-scale corpora of social media posts containing broad public opinion offer an alternative data source to complement traditional surveys. While surveys are effective at collecting representative samples and are capable of achieving high accuracy, they can be both expensive to run and lag public opinion by days or weeks. Both of these drawbacks could be overcome with a real-time, high volume data stream and fast analysis pipeline. A central challenge in orchestrating such a data pipeline is devising an effective method for rapidly selecting the best corpus of relevant documents for analysis. Querying with keywords alone often includes irrelevant documents that are not easily disambiguated with bag-of-words natural language processing methods. Here, we explore methods of corpus curation to filter irrelevant tweets using pre-trained transformer-based models, fine-tuned for our binary classification task on hand-labeled tweets. We are able to achieve F1 scores of up to 0.95. The low cost and high performance of fine-tuning such a model suggests that our approach could be of broad benefit as a pre-processing step for social media datasets with uncertain corpus boundaries.

Foundations

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

Your Notes