Open-Source LLMs for Text Annotation: A Practical Guide for Model Setting and Fine-Tuning
Meysam Alizadeh, Maël Kubli, Zeynab Samei, Shirin Dehghani, Mohammadmasiha Zahedivafa, Juan Diego Bermeo, Maria Korobeynikova, Fabrizio Gilardi
TL;DR
This study evaluates open-source LLMs for political-text annotation, comparing zero-shot, few-shot, and fine-tuned settings against GPT-3.5/4 across multiple datasets and annotation tasks. It demonstrates that fine-tuning open-source models (using LoRA adapters and 4-bit quantization) often closes the gap to proprietary models and can surpass few-shot and zero-shot baselines, while few-shot results are task-dependent. The authors provide a cost-conscious, reproducible workflow and show that open-source LLMs offer advantages in transparency, data protection, and accessibility, with practical recommendations on data size, temperature, and model selection. The work culminates in actionable guidance for researchers to leverage fine-tuned open-source LLMs for robust text annotation in political science. A accompanying Python notebook and replication package further facilitate adoption and benchmarking in future studies.
Abstract
This paper studies the performance of open-source Large Language Models (LLMs) in text classification tasks typical for political science research. By examining tasks like stance, topic, and relevance classification, we aim to guide scholars in making informed decisions about their use of LLMs for text analysis. Specifically, we conduct an assessment of both zero-shot and fine-tuned LLMs across a range of text annotation tasks using news articles and tweets datasets. Our analysis shows that fine-tuning improves the performance of open-source LLMs, allowing them to match or even surpass zero-shot GPT-3.5 and GPT-4, though still lagging behind fine-tuned GPT-3.5. We further establish that fine-tuning is preferable to few-shot training with a relatively modest quantity of annotated text. Our findings show that fine-tuned open-source LLMs can be effectively deployed in a broad spectrum of text annotation applications. We provide a Python notebook facilitating the application of LLMs in text annotation for other researchers.
