🤖 AI Summary
This study addresses the challenge of automating credibility assessment in Danish asylum decision texts—a task hindered by the language’s low-resource status, legal domain specificity, and the need for fine-grained judgments. The authors introduce RAB-Cred, the first high-quality dataset annotated with both annotator confidence scores and case outcomes, and systematically evaluate 21 open-source large language models (LLMs) under zero-shot and few-shot settings. Through comprehensive experiments employing 30 prompting strategies, complemented by error analysis, confusion matrices, correlation with human confidence, and sample difficulty assessment, this work pioneers the application of LLMs to this task. While demonstrating their potential for cost-effective annotation, the findings also reveal substantial inconsistencies and limitations in individual models, underscoring the necessity of multi-model ensemble approaches to enhance reliability.
📝 Abstract
Off-the-shelf large language models (LLMs) are increasingly used to automate text annotation, yet their effectiveness remains underexplored for underrepresented languages and specialized domains where the class definition requires subtle expert understanding. We investigate LLM-based annotation for a novel legal NLP task: identifying the presence and sentiment of credibility assessments in asylum decision texts. We introduce RAB-Cred, a Danish text classification dataset featuring high-quality, expert annotations and valuable metadata such as annotator confidence and asylum case outcome. We benchmark 21 open-weight models and 30 system-user prompt combinations for this task, and systematically evaluate the effect of model and prompt choice for zero-shot and few-shot classification. We zoom in on the errors made by top-performing models and prompts, investigating error consistency across LLMs, inter-class confusion, correlation with human confidence and sample-wise difficulty and severity of LLM mistakes. Our results confirm the potential of LLMs for cost-effective labeling of asylum decisions, but highlight the imperfect and inconsistent nature of LLM annotators, and the need to look beyond the predictions of a single, arbitrarily chosen model. The RAB-Cred dataset and code are available at https://github.com/glhr/RAB-Cred