paper-with-me

Papers

Using Instruction-Tuned Large Language Models to Identify Indicators of Vulnerability in Police Incident Narratives

2024-12-16 · Sam Relins, Daniel Birks, Charlie Lloyd

Objectives: Compare qualitative coding of instruction tuned large language models (IT-LLMs) against human coders in classifying the presence or absence of vulnerability in routinely collected unstructured text that describes police-public interactions. Evaluate potential bias in IT-LLM codings. Methods: Analyzing publicly available text narratives of police-public interactions recorded by Boston Police Department, we provide humans and IT-LLMs with qualitative labelling codebooks and compare labels generated by both, seeking to identify situations associated with (i) mental ill health; (ii) substance misuse; (iii) alcohol dependence; and (iv) homelessness. We explore multiple prompting strategies and model sizes, and the variability of labels generated by repeated prompts. Additionally, to explore model bias, we utilize counterfactual methods to assess the impact of two protected characteristics - race and gender - on IT-LLM classification. Results: Results demonstrate that IT-LLMs can effectively support human qualitative coding of police incident narratives. While there is some disagreement between LLM and human generated labels, IT-LLMs are highly effective at screening narratives where no vulnerabilities are present, potentially vastly reducing the requirement for human coding. Counterfactual analyses demonstrate that manipulations to both gender and race of individuals described in narratives have very limited effects on IT-LLM classifications beyond those expected by chance. Conclusions: IT-LLMs offer effective means to augment human qualitative coding in a way that requires much lower levels of resource to analyze large unstructured datasets. Moreover, they encourage specificity in qualitative coding, promote transparency, and provide the opportunity for more standardized, replicable approaches to analyzing large free-text police data sources.

📄 PDF Abstract BibTeX arXiv:2412.11878

Code (1)

samrelins/vulnerability_classifier_pipeline 공식 구현

Tasks

counterfactualGeneral ClassificationLLM real-life tasksSpecificity

Similar Papers 제목 키워드 기반

Instruction Mining: Instruction Data Selection for Tuning Large Language Models

2023-07-12 · Yihan Cao, Yanbin Kang, Chi Wang, Lichao Sun

Large language models (LLMs) are initially pretrained for broad capabilities and then finetuned with instruction-following datasets to improve their performance in interacting with humans. Despite advances in finetuning,…

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model

Can Instruction Fine-Tuned Language Models Identify Social Bias through Prompting?

2023-07-19 · Omkar Dige, Jacob-Junqi Tian, David Emerson, Faiza Khan Khattak

As the breadth and depth of language model applications continue to expand rapidly, it is increasingly important to build efficient frameworks for measuring and mitigating the learned or inherited social biases of these …

DiversityLanguage ModelingLanguage Modelling

Identifying Fine-grained Forms of Populism in Political Discourse: A Case Study on Donald Trump's Presidential Campaigns

2025-07-25 · Ilias Chalkidis, Stephanie Brandl, Paris Aslanidis arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities across a wide range of instruction-following tasks, yet their grasp of nuanced social science concepts remains underexplored. This paper examines whe…

The Convergence Gap: Instruction-Tuned Language Models Stabilize Later in the Forward Pass

2026-05-08 · Yifan Zhou arxiv

Final outputs hide when a checkpoint commits to its next-token prediction. We introduce the convergence gap, a model-diffing diagnostic that decodes each layer's next-token distribution and measures its distance to the m…

Building Instruction-Tuning Datasets from Human-Written Instructions with Open-Weight Large Language Models

2025-03-31 · Youmi Ma, Sakae Mizuki, Kazuki Fujii, Taishi Nakamura 외

Instruction tuning is crucial for enabling Large Language Models (LLMs) to solve real-world tasks. Prior work has shown the effectiveness of instruction-tuning data synthesized solely from LLMs, raising a fundamental que…