Code for ICML 2021 paper: How could Neural Networks understand Programs?
OSCAR This repository contains the source code of our ICML 2021 paper How could Neural Networks understand Programs?. Environment Run following commands to build a docker image for the environment: cd docker sudo docker build -t oscar:latest . And you can launch a container with nvidia-docker command. sudo nvidia-docker run -it –mount type=bind,source=”$(pwd)”,target=/oscar oscar:latest To compile the binaries for processing the data: cd /oscar/bin make Then the OSCAR LLVM analyzer pass (located in analyzer), IR Lexer (located in irlexer), and […]
Read more