A Human-Centered Workflow for Using Large Language Models in Content Analysis

arXiv cs.AI / 3/23/2026

💬 OpinionTools & Practical UsageModels & Research

Key Points

  • LLMs should be leveraged via APIs rather than chat interfaces, and a three-task workflow is proposed for content analysis: annotation, summarization, and information extraction.
  • The workflow is explicitly human-centered, with researchers designing, supervising, and validating each stage to ensure rigor and transparency.
  • The approach synthesizes insights from multiple disciplines and provides validation procedures and best practices to address limitations such as black-box behavior, prompt sensitivity, and hallucinations.
  • For practical adoption, the authors supply supplementary materials including a prompt library and Python code in Jupyter Notebook format with detailed usage instructions.

Abstract

While many researchers use Large Language Models (LLMs) through chat-based access, their real potential lies in leveraging LLMs via application programming interfaces (APIs). This paper conceptualizes LLMs as universal text processing machines and presents a comprehensive workflow for employing LLMs in three qualitative and quantitative content analysis tasks: (1) annotation (an umbrella term for qualitative coding, labeling and text classification), (2) summarization, and (3) information extraction. The workflow is explicitly human-centered. Researchers design, supervise, and validate each stage of the LLM process to ensure rigor and transparency. Our approach synthesizes insights from extensive methodological literature across multiple disciplines: political science, sociology, computer science, psychology, and management. We outline validation procedures and best practices to address key limitations of LLMs, such as their black-box nature, prompt sensitivity, and tendency to hallucinate. To facilitate practical implementation, we provide supplementary materials, including a prompt library and Python code in Jupyter Notebook format, accompanied by detailed usage instructions.