Datasets:
File size: 1,417 Bytes
c9e33ab b5f7c3b a1697b0 9c3e6d6 f101093 df1236d 6e7d4df f101093 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ---
license: apache-2.0
language:
- en
task_categories:
- text-classification
- text-generation
tags:
- Stigma
- Clinical
- LLMs
pretty_name: >-
Data for paper "Large Language Models Generate Stigmatizing Language During
Reasoning Over Real-World Clinical Data"
size_categories:
- 10M<n<100M
---
# LLM Stigma Data
This dataset contains the data for the paper "[Large Language Models Generate Stigmatizing Language During Reasoning Over Real-World Clinical Data](https://www.medrxiv.org/content/10.64898/2026.08.12.26360210v1)". It contains the system prompt, user input, true labels, and LLM outputs of the main and the destigmatizing experiment. The data is packed on the model level. Each tar.gz file contains 13 JSON files.
**Note: Only the tasks that are allowed to be open-sourced (N = 13) are included. For the rest of tasks (N = 22), please contact the authors for access.**
Each entry of the JSON file has the following field names:
- task: Name of the task
- type: Task type ("clf" means classification, "ext" means extraction, "gen" means generation)
- language: Task language (e.g., "en" means that this is an English task)
- id: ID of the case (The ids shown start with the first id of the test set.)
- split: Set split ("test" means the test set. Only the test set is used in this study.)
- instruction: The system prompt
- input: The user input
- output: The true label
- pred: The model's output |