Datasets:
Separate Configurations for All Files
Browse files- dataset_infors.json +18 -0
dataset_infors.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"full_dataset": {
|
| 3 |
+
"description": "Full evaluator responses including all participants, before exclusion criteria.",
|
| 4 |
+
"data_files": "full_cf_dataset.csv"
|
| 5 |
+
},
|
| 6 |
+
"cleaned_dataset": {
|
| 7 |
+
"description": "Cleaned evaluator responses after applying exclusion criteria.",
|
| 8 |
+
"data_files": "cleaned_cf_dataset.csv"
|
| 9 |
+
},
|
| 10 |
+
"survey_questions": {
|
| 11 |
+
"description": "List of unique counterfactual scenarios used in the study, without duplicates.",
|
| 12 |
+
"data_files": "survey_question.csv"
|
| 13 |
+
},
|
| 14 |
+
"participant_background": {
|
| 15 |
+
"description": "Demographic and background information of participants who evaluated the counterfactual scenarios.",
|
| 16 |
+
"data_files": "participant_background.csv"
|
| 17 |
+
}
|
| 18 |
+
}
|