This repo shows the implementation of the DeCal KGE model
Click me!
First, make sure you have anaconda installedgit clone https://github.com/Louis-Mozart/decal-embeddings
conda create -n dice python=3.10.13 --no-default-packages && conda activate dice && cd Embedding-in-Degenerate-Clifford-Algebras &&
pip3 install -e .
or
pip install dicee
wget https://files.dice-research.org/datasets/dice-embeddings/KGs.zip --no-check-certificate && unzip KGs.zip
First install all the necessary packages: pip install -r requirements.txt
python run_Decal_LES.py --kg UMLS
python run_Decal_GSDC.py --kg UMLS
python run_Decal_GS.py --kg UMLS
python main.py --path_dataset_folder ../decal-embeddings/KGs/FB15k-237 --p 1 --q 1 --r 5