├── .DS_Store ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── README_en.md ├── meta ├── accu.txt └── law.txt └── pic ├── f1.png ├── score_1.png ├── score_3.png ├── score_all.png └── v.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/README.md -------------------------------------------------------------------------------- /README_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/README_en.md -------------------------------------------------------------------------------- /meta/accu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/meta/accu.txt -------------------------------------------------------------------------------- /meta/law.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/meta/law.txt -------------------------------------------------------------------------------- /pic/f1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/pic/f1.png -------------------------------------------------------------------------------- /pic/score_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/pic/score_1.png -------------------------------------------------------------------------------- /pic/score_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/pic/score_3.png -------------------------------------------------------------------------------- /pic/score_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/pic/score_all.png -------------------------------------------------------------------------------- /pic/v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thunlp/CAIL/HEAD/pic/v.png --------------------------------------------------------------------------------