# Privacy Dataset ## The structure of Dataset: ### Pri-Ddxplus ```text ./Pri-Ddxplus/test/levelx: contains the Test Dataset with the (symptoms >= level x) removed. ./Pri-Ddxplus/train: contains the Train Dataset. ./Pri-Ddxplus/dev: contains the Dev Dataset. ./Pri-Ddxplus/evidences_list.pkl: contains the list of all privacy symptoms. ./Pri-Ddxplus/symptom_antecedent_map_privacy_ref.json: contains the level information for each possible symptoms. ``` ### Pri-NLICE ```text ./Pri-NLICE/test/levelx: contains the Test Dataset with the (symptoms >= level x) removed. ./Pri-NLICE/train: contains the Train Dataset. ./Pri-NLICE/dev: contains the Dev Dataset. ./Pri-NLICE/evidences_list.pkl: contains the list of all privacy symptoms. ./Pri-NLICE/symtpoms2privacy.pkl: contains the level information for each possible symptoms. ```