Repository for the SIGIR Short Paper (SP) on Assessing Privacy of Obfuscation Mechanisms using LLMs.
The repository is structured as follows:
appendix/: Contains the appendix of the paper.config/: Contains the configuration files for the experiments.
(To run them, you need to generate a conda environment from theenv.ymlfile and a cloud key from the
Groq Cloud Platform.)data/: Contains the data used in the experiments.
(Query_ID, Original_text, Obfuscated_text, LLM_Score, LLM_Justification, LLM.)results/: Contains the results of the experiments.src/anddemo.py: Contain the code to run the experiments.
To run the code, you need to install the dependencies in the env.yml file. You can do this by running the following command:
conda env create -f env.ymlThen, you need to activate the environment:
conda activate sigir-sp-privacy-eval-llmsFinally, you can run the code by running the following command:
python demo.pyRemark: Put the Groq cloud key in the config/key.txt file.
Prompt Used




