This repository comprises all dependencies of Dieterich Lab Heidelberg for the Bachelor's thesis in Computational Linguistics (B.A., 2023) at Heidelberg University, titled:
A comparative analysis of two interpretability methods on medical text in light of the faithfulness metric"
- Thesis presentation at Dieterich Lab
- Notebooks
- Supplementary materials
To run the Faithfulness notebooks, please beforehand contact the author to obtain the necessary confidential data. After cloning and changing directory to the repository, you may then proceed as follows:
- Create and activate a Python virtual environment:
python3 -m venv xai
- Install all required packages in requirements.txt:
pip install -r requirements.txt
- Create the according IPython kernel for Jupyter:
python3 -m ipykernel install --user --name=xai
- Save the obtained confidential pickle data in the repository folder structure
- Open Jupyter Notebook:
jupyter notebook
and select the created kernel xai - Both Comprehensiveness & Sufficiency notebooks can be executed
Author: Raziye Sari - [email protected]
Last updated: June 20th 2023