mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
| .. | ||
| __init__.py | ||
| clues.py | ||
| generate.py | ||
| literals.py | ||
| puzzle.py | ||
| README.md | ||
| sat_utils.py | ||
Imported code of the paper: Faith and Fate: Limits of Transformers on Compositionality
- Source: https://github.com/nouhadziri/faith-and-fate
- Authors: Nouha Dziri, et al.
- License: MIT
@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.