Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 863 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 863 Bytes

aaai-make24

This repository contains the code to reproduce the results of the paper "Modeling Patterns for Neural-Symbolic Reasoning Using Energy-based Models" presented at AAAI-MAKE 2024.

Directory Structure

Each directory contains the code to reproduce the results on the corresponding dataset.

  • citation_network: Not included.
  • visual_sudoku: Visual sudoku digit classification dataset with a fully solve puzzle.
  • visual_sudoku_solving: Visual sudoku digit classification dataset with a partially solved puzzle.
  • logical_deduction: Logical deduction dataset.

Installation

To install the required python packages run the following command:

pip install -r requirements.txt

Every experiment also expects to have NeuPSL installed. Follow the instructions in the NeuPSL repository to install NeuPSL.