Paper link: https://arxiv.org/abs/2312.08793
Project website: https://forbiddenfacts.github.io/
Clone the repository (recursively to get the submodules) and then run:
pip install -r requirements.txt
pip install -e .
The requirements.txt step should be unnecessary if you are runn from the docker container.
This is WIP by Tony and may not work, but to setup AC/DC, run:
pip install -e submodules/acdc
Our official docker environment is here: https://hub.docker.com/repository/docker/tonytwang/pii
To run code that interfaces with the OpenAI API,
make sure you set the
OPENAI_API_KEY
and OPENAI_ORG_ID
environment variables.