├── LICENSE ├── README.md ├── all_annotations.csv ├── all_cases.csv ├── annotation_guidelines.pdf ├── template_placeholders.csv ├── test_suite_annotations.csv └── test_suite_cases.csv /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paul-rottger/hatecheck-data/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paul-rottger/hatecheck-data/HEAD/README.md -------------------------------------------------------------------------------- /all_annotations.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paul-rottger/hatecheck-data/HEAD/all_annotations.csv -------------------------------------------------------------------------------- /all_cases.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paul-rottger/hatecheck-data/HEAD/all_cases.csv -------------------------------------------------------------------------------- /annotation_guidelines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paul-rottger/hatecheck-data/HEAD/annotation_guidelines.pdf -------------------------------------------------------------------------------- /template_placeholders.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paul-rottger/hatecheck-data/HEAD/template_placeholders.csv -------------------------------------------------------------------------------- /test_suite_annotations.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paul-rottger/hatecheck-data/HEAD/test_suite_annotations.csv -------------------------------------------------------------------------------- /test_suite_cases.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paul-rottger/hatecheck-data/HEAD/test_suite_cases.csv --------------------------------------------------------------------------------