Skip to content

v2.0.1 CLRS-Text Algorithmic Reasoning Language Benchmark

Latest
Compare
Choose a tag to compare
@RerRayne RerRayne released this 18 Jul 19:03
· 5 commits to master since this release

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 to requirements.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

Full Changelog: v1.0.0...v2.0.0