├── README.md ├── doc ├── arvind │ ├── Neelakantan-2015-comp-vector-space-models-1504.06662v2.pdf │ ├── Neelkantan-2016-ICLR.pdf │ ├── Neelkantan-2017-ICLR.pdf │ └── neelakantan-thesis-proposal-talk.pdf ├── liang-2015-wikitablequestions.pdf └── notes │ ├── #meta.txt# │ ├── README.md │ ├── aopmath.sty │ ├── commands.tex │ ├── history.txt │ ├── llncs.cls │ ├── llncs.dem │ ├── llncs.doc │ ├── llncs.dvi │ ├── llncs.ind │ ├── llncs2e.zip │ ├── llncsdoc.sty │ ├── master.bib │ ├── nips15submit_e.sty │ ├── notes-2.tex │ ├── notes.tex │ ├── notes.txt │ ├── paper.tex │ ├── splncs.bst │ └── sprmindx.sty └── src ├── ProPPR-paper-comments.txt ├── example.pl ├── my_eval.pl ├── my_tables.pl ├── np_proppr.pl ├── np_proppr_new.pl └── what_we_want.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/README.md -------------------------------------------------------------------------------- /doc/arvind/Neelakantan-2015-comp-vector-space-models-1504.06662v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/arvind/Neelakantan-2015-comp-vector-space-models-1504.06662v2.pdf -------------------------------------------------------------------------------- /doc/arvind/Neelkantan-2016-ICLR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/arvind/Neelkantan-2016-ICLR.pdf -------------------------------------------------------------------------------- /doc/arvind/Neelkantan-2017-ICLR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/arvind/Neelkantan-2017-ICLR.pdf -------------------------------------------------------------------------------- /doc/arvind/neelakantan-thesis-proposal-talk.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/arvind/neelakantan-thesis-proposal-talk.pdf -------------------------------------------------------------------------------- /doc/liang-2015-wikitablequestions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/liang-2015-wikitablequestions.pdf -------------------------------------------------------------------------------- /doc/notes/#meta.txt#: -------------------------------------------------------------------------------- 1 | Sat Apr 25 16:01:22 EDT 2015 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/notes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/README.md -------------------------------------------------------------------------------- /doc/notes/aopmath.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/aopmath.sty -------------------------------------------------------------------------------- /doc/notes/commands.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/commands.tex -------------------------------------------------------------------------------- /doc/notes/history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/history.txt -------------------------------------------------------------------------------- /doc/notes/llncs.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/llncs.cls -------------------------------------------------------------------------------- /doc/notes/llncs.dem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/llncs.dem -------------------------------------------------------------------------------- /doc/notes/llncs.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/llncs.doc -------------------------------------------------------------------------------- /doc/notes/llncs.dvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/llncs.dvi -------------------------------------------------------------------------------- /doc/notes/llncs.ind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/llncs.ind -------------------------------------------------------------------------------- /doc/notes/llncs2e.zip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/notes/llncsdoc.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/llncsdoc.sty -------------------------------------------------------------------------------- /doc/notes/master.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/master.bib -------------------------------------------------------------------------------- /doc/notes/nips15submit_e.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/nips15submit_e.sty -------------------------------------------------------------------------------- /doc/notes/notes-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/notes-2.tex -------------------------------------------------------------------------------- /doc/notes/notes.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/notes.tex -------------------------------------------------------------------------------- /doc/notes/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/notes.txt -------------------------------------------------------------------------------- /doc/notes/paper.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/paper.tex -------------------------------------------------------------------------------- /doc/notes/splncs.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/splncs.bst -------------------------------------------------------------------------------- /doc/notes/sprmindx.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/doc/notes/sprmindx.sty -------------------------------------------------------------------------------- /src/ProPPR-paper-comments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/src/ProPPR-paper-comments.txt -------------------------------------------------------------------------------- /src/example.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/src/example.pl -------------------------------------------------------------------------------- /src/my_eval.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/src/my_eval.pl -------------------------------------------------------------------------------- /src/my_tables.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/src/my_tables.pl -------------------------------------------------------------------------------- /src/np_proppr.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/src/np_proppr.pl -------------------------------------------------------------------------------- /src/np_proppr_new.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/src/np_proppr_new.pl -------------------------------------------------------------------------------- /src/what_we_want.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saraswat/NeuralProgrammerAsProbProg/HEAD/src/what_we_want.txt --------------------------------------------------------------------------------