reasoning-gym/reasoning_gym/logic/contrib/logic_puzzle
2025-02-04 13:47:57 +01:00
..
__init__.py adds zebrapuzzles 2025-02-03 14:34:57 +01:00
clues.py use sorted() and OrderedDict to make zebra puzzle clue order deterministic 2025-02-04 11:24:04 +01:00
generate.py minimize changes 2025-02-04 11:46:19 +01:00
literals.py use sorted() and OrderedDict to make zebra puzzle clue order deterministic 2025-02-04 11:24:04 +01:00
puzzle.py minimize changes 2025-02-04 11:46:19 +01:00
README.md update notice of 3rd party code import 2025-02-04 13:47:57 +01:00
sat_utils.py precommit hook linting 2025-02-03 14:40:58 +01:00

Imported code of the paper: Faith and Fate: Limits of Transformers on Compositionality

@article{dziri2023faith,
  title={Faith and Fate: Limits of Transformers on Compositionality},
  author={Dziri, Nouha and Lu, Ximing and Sclar, Melanie and Li, Xiang Lorraine and Jian, Liwei and Lin, Bill Yuchen and West, Peter and Bhagavatula, Chandra and Bras, Ronan Le and Hwang, Jena D and others},
  journal={arXiv preprint arXiv:2305.18654},
  year={2023}
}

The code was slightly adapted for reasoning-gym to produce stable results under hash-randomizaton.