Web site for the "A Neuro-Symbolic Benchmark Suite for Concept Quality and Reasoning Shortcuts" paper made with Jekyll and hosted with GitHub Pages, NeurIPS 2024.
Apart from MathJax for LaTeX formula rendering and the dark-light mode toggle, the website is completely static and does not include JavaScript.
If you do not have it yet, install Ruby. To install the latest version you can call:
make install-ruby
Install the Ruby gems with Bundler:
bundle install
or alternatively:
make install
For other functionalities you can check out the Makefile rules by typing:
make help
The codebase for generating the datasets, evaluating them, and counting the Reasoning Shortcuts is available at the following link: GitHub repository.