The complete ICRA 2026 code will be released soon.
Meanwhile, a demo is available. Due to data confidentiality, only random graphs test data is provided.
- Base model: LLAMA-3-8B-4bit
- Projector: AssemMate Projector
You can create a conda environment using the provided package list:
conda create -n AssemMate python=3.9 bzip2 ca-certificates certifi openssl readline sqlite tk xz zlib libffi libgcc-ng libstdcxx-ng -y
conda activate AssemMate
pip install torch==2.7.1+cu118 torchvision==0.22.1+cu118 torchaudio==2.7.1+cu118 --index-url https://download.pytorch.org/whl/cu118
bash setup_env.shpython infer_and_eval.py \
--model_name=<PATH_TO_BASE_MODEL> \
--projector_ckpt_path=<PATH_TO_PROJECTOR_WEIGHTS> \
--struct_dir=<PATH_TO_KG_DIRECTORY> \
# random_data/test1/kg
--qa_dir=<PATH_TO_QA_DIRECTORY>
# random_data/test1/qa