├── LICENSE ├── README.md └── code ├── data.py ├── data_argument.py ├── doc2unix.py ├── docker_process.py ├── inference.py ├── model.py ├── module.py ├── run.sh ├── statistic.py ├── test.py ├── train.py ├── train_evaluate_constraint.py ├── triples.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/README.md -------------------------------------------------------------------------------- /code/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/data.py -------------------------------------------------------------------------------- /code/data_argument.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/data_argument.py -------------------------------------------------------------------------------- /code/doc2unix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/doc2unix.py -------------------------------------------------------------------------------- /code/docker_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/docker_process.py -------------------------------------------------------------------------------- /code/inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/inference.py -------------------------------------------------------------------------------- /code/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/model.py -------------------------------------------------------------------------------- /code/module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/module.py -------------------------------------------------------------------------------- /code/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/run.sh -------------------------------------------------------------------------------- /code/statistic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/statistic.py -------------------------------------------------------------------------------- /code/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/test.py -------------------------------------------------------------------------------- /code/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/train.py -------------------------------------------------------------------------------- /code/train_evaluate_constraint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/train_evaluate_constraint.py -------------------------------------------------------------------------------- /code/triples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/triples.py -------------------------------------------------------------------------------- /code/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-window/2021CCKS-QA-Task/HEAD/code/utils.py --------------------------------------------------------------------------------