Repository for work in Constructions are Revealed in Word Distributions (arxiv)
- See src/paper for all experiments
- See example.ipynb for how to play with the affinity methods
conda create -n cxs_are_revealed python=3.12 pytorch -c pytorch
pip install -r requirement.txt
- you'll need to also install jupyter to run jupyter notebooks
- and you'll need
pip install git+https://github.com/jsrozner/rozlib-python.git@v.0.1.1
- environment comments:
- You may need to mark /src as sources root (pycharm eg.), or
- If you don't have pycharm or jupyter doesn't behave:
- You may want to run your jupyter server from the /src directory since all imports are relative to /src
- You could alternatively tweak python_path to make sure that src is treated as an importable module