Main Changes
Added the CLRS-Text Algorithmic Reasoning Language Benchmark to the codebase
CLRS-Text is a textual version of the traces generated by thirty algorithms selected from the third edition of the standard "Introduction to Algorithms" textbook by Cormen, Leiserson, Rivest, and Stein. It serves to consolidate and unify previous lines of research in this direction and offers a robust test bed for evaluating language models' out-of-distribution reasoning capabilities.
CLRS-Text is Hugging Face compatible and can generate data in many formats, such as JSON.
For more details, refer to the [README.md].
Base CLRS script update
Revamped the base script incorporating modeling and data improvements from the A Generalist Neural Algorithmic Learner paper.
What's Changed
- Add
ml_collections
torequirements.txt
. by @copybara-service in #139 - Added script to generate json for all algorithms. by @copybara-service in #140
- Adding huggingface generators for clrs text by @mcleish7 in #135
- Add clrs_text to init.py by @copybara-service in #144
- Roll forward PR #104 by @RerRayne in #146
- Add CLRS-Text details in the README files. by @copybara-service in #148
New Contributors
- @sigeisler made their first contribution in #104
- @mcleish7 made their first contribution in #135
- @RerRayne made their first contribution in #146
- @gurux13 made their first contribution in #147
Full Changelog: v1.0.0...v2.0.0