henrygu123 commited on
Commit
f101093
·
verified ·
1 Parent(s): a1697b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -12,4 +12,20 @@ tags:
12
  pretty_name: >-
13
  Data for paper "Large Language Models Generate Stigmatizing Language During
14
  Reasoning Over Real-World Clinical Data"
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  pretty_name: >-
13
  Data for paper "Large Language Models Generate Stigmatizing Language During
14
  Reasoning Over Real-World Clinical Data"
15
+ ---
16
+
17
+ # Data
18
+ This dataset contains the data for the paper "Large Language Models Generate Stigmatizing Language During Reasoning Over Real-World Clinical Data". 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.
19
+
20
+ **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.**
21
+
22
+ Each entry of the JSON file has the following field names:
23
+ - task: Name of the task
24
+ - type: Task type ("clf" means classification, "ext" means extraction, "gen" means generation)
25
+ - language: Task language (e.g., "en" means that this is an English task)
26
+ - id: ID of the case (The ids shown start with the first id of the test set.)
27
+ - split: Set split ("test" means the test set. Only the test set is used in this study.)
28
+ - instruction: The system prompt
29
+ - input: The user input
30
+ - output: The true label
31
+ - pred: The model's output