├── README.md ├── code └── README.md ├── doc ├── Model Architecture.pdf └── Semantic Correction Rules.pdf └── eval ├── catsql_preds.sql └── evaluation_test.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asfuhan/CatSQL/HEAD/README.md -------------------------------------------------------------------------------- /code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asfuhan/CatSQL/HEAD/code/README.md -------------------------------------------------------------------------------- /doc/Model Architecture.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asfuhan/CatSQL/HEAD/doc/Model Architecture.pdf -------------------------------------------------------------------------------- /doc/Semantic Correction Rules.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asfuhan/CatSQL/HEAD/doc/Semantic Correction Rules.pdf -------------------------------------------------------------------------------- /eval/catsql_preds.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asfuhan/CatSQL/HEAD/eval/catsql_preds.sql -------------------------------------------------------------------------------- /eval/evaluation_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asfuhan/CatSQL/HEAD/eval/evaluation_test.txt --------------------------------------------------------------------------------