├── LICENSE.txt ├── README.md ├── evaluate.py ├── freebase13 ├── graphquestions.testing.json ├── graphquestions.training.json └── results │ ├── jacana.res │ ├── parasempre.res │ └── sempre.res └── specification.md /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysu1989/GraphQuestions/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysu1989/GraphQuestions/HEAD/README.md -------------------------------------------------------------------------------- /evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysu1989/GraphQuestions/HEAD/evaluate.py -------------------------------------------------------------------------------- /freebase13/graphquestions.testing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysu1989/GraphQuestions/HEAD/freebase13/graphquestions.testing.json -------------------------------------------------------------------------------- /freebase13/graphquestions.training.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysu1989/GraphQuestions/HEAD/freebase13/graphquestions.training.json -------------------------------------------------------------------------------- /freebase13/results/jacana.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysu1989/GraphQuestions/HEAD/freebase13/results/jacana.res -------------------------------------------------------------------------------- /freebase13/results/parasempre.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysu1989/GraphQuestions/HEAD/freebase13/results/parasempre.res -------------------------------------------------------------------------------- /freebase13/results/sempre.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysu1989/GraphQuestions/HEAD/freebase13/results/sempre.res -------------------------------------------------------------------------------- /specification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysu1989/GraphQuestions/HEAD/specification.md --------------------------------------------------------------------------------