Skip to content

Latest commit

 

History

History
executable file
·
34 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

executable file
·
34 lines (22 loc) · 1.13 KB

A Neuro-Symbolic Benchmark Suite for Concept Quality and Reasoning Shortcuts

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.

Github Pages deployment

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

Codebase

The codebase for generating the datasets, evaluating them, and counting the Reasoning Shortcuts is available at the following link: GitHub repository.