|
Alexandru Oarga*, and
Yilun Du*,
|
hydra-core
torch
torch-geometric
torch-scatter
torch-sparse
- Data and generation scripts are available in
comp_reasoning/data/folder. - 3SAT data can be downloaded from here
- Crossword precomputed embeddings can be downloaded here
- Train N-queens
./scripts/train_nqueens.sh
- Train 3-SAT
./scripts/train_3sat.sh
- Train Graph Coloring
./scripts/train_color.sh
- Train Crosswords
./scripts/train_color.sh
- Evaluate N-queens
./scripts/eval_nqueens.sh
- Evaluate 3-SAT
./scripts/eval_3sat_20.sh ./scripts/eval_3sat_50.sh
- Evaluate Graph Coloring
To evaluate on multiple graph files run:
./scripts/eval_color.sh
./scripts/eval_colors_dir.sh
- Evaluate Crosswords
./scripts/eval_crosswords.sh
@InProceedings{oarga2025generalizable,
author = {Oarga, Alexandru and Du, Yilun},
title = {Generalizable Reasoning through Compositional Energy Minimization},
booktitle = {Advances in Neural Information Processing Systems},
year = {2025}
}
