When Do LLMs Need Human Experts? Evidence for Social Science from Jurisprudential Classification
Summary
A study presented at the Seventh Workshop on Natural Language Processing and Computational Social Science in July 2026 investigated the efficacy of large language models (LLMs) for complex social science text classification. Researchers tested frontier LLMs, including GPT-5.2, and leading open-weight alternatives on a challenging legal reasoning task: classifying U.S. Supreme Court opinion paragraphs as formal, grand, or no reasoning. The findings indicate that even highly capable prompted LLMs consistently underperform fine-tuned BERT. Performance for high-parameter generative LLMs only improved after fine-tuning with human-annotated data. Fine-tuned BERT also proved to be a cost-effective solution. This research, detailed on pages 103–112, concludes that scaling LLMs does not eliminate the need for expert human annotation in tasks requiring deep domain expertise.
Key takeaway
For computational social scientists developing text classification systems, you should prioritize investing in high-quality human-annotated training data, even when using frontier LLMs. Relying solely on prompted large models like GPT-5.2 will likely yield suboptimal results for tasks requiring deep domain expertise, such as legal reasoning. Instead, consider fine-tuning models or utilizing cost-effective alternatives like fine-tuned BERT to achieve superior accuracy and efficiency in your research.
Key insights
Expert human annotation remains critical for LLM performance on complex, domain-specific social science classification tasks.
Principles
- Scaling LLMs does not replace expert annotation.
- Fine-tuning improves generative LLM performance.
- Fine-tuned BERT offers cost-effective accuracy.
Method
Researchers tested prompted frontier LLMs (e.g., GPT-5.2) and fine-tuned BERT on a legal reasoning classification task using U.S. Supreme Court opinions, comparing performance against human-annotated data.
In practice
- Consider fine-tuned BERT for cost-efficiency.
- Prioritize human annotation for training data.
- Do not rely solely on prompted frontier LLMs.
Topics
- Large Language Models
- Text Classification
- Computational Social Science
- Legal Reasoning
- Fine-tuning
- BERT
- Expert Annotation
Best for: AI Engineer, Machine Learning Engineer, Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.