--- task_categories: - text-classification language: - en pretty_name: The ICL consistency test size_categories: - 100K [_TBA_] ## Dataset Creation The data is a sample from the [MNLI](https://aclanthology.org/N18-1101/) and [ANLI](https://aclanthology.org/2020.acl-main.441/) datasets as well as prompt templates from [promptsource](https://aclanthology.org/2022.acl-demo.9/). Please refer to the original publications's documentation for detailed information on dataset creation. ## Bias, Risks, and Limitations This dataset contains data from the [MNLI](https://aclanthology.org/N18-1101/) and [ANLI](https://aclanthology.org/2020.acl-main.441/) datasets and adheres to the same biases, risks and limitations. ### Recommendations We identify the following limitations of the consistency test: 1. The number of factors is limited and does not cover all possible factors that might influence the predictions. We limited ourselves to factors we deem relevant, to ensure fast evaluation. 2. Currently, the test is only implemented for the ANLI- and MNLI-datasets. 3. Factors that are external to the dataset but should be considered in the analysis (e.g. _instruction tuning_ or _calibration_) have to be manually added by the user using the task.add_factor() method (please use the GenBench implementation of the dataset. You can find it on [github](https://github.com/GenBench/genbench_cbt/tree/main/src/genbench/tasks/icl_consistency_test)). ## Citation This dataset was used in the following publications. If you use it, please consider citing the following references: **BibTeX:** ``` @inproceedings{weber2023mind, title={Mind the instructions: a holistic evaluation of consistency and interactions in prompt-based learning}, author={Weber, Lucas and Bruni, Elia and Hupkes, Dieuwke}, booktitle={Proceedings of the 27th Conference on Computational Natural Language Learning (CoNLL)}, pages={294--313}, year={2023} } ``` ``` @article{weber2023icl, title={The ICL Consistency Test}, author={Weber, Lucas and Bruni, Elia and Hupkes, Dieuwke}, journal={arXiv preprint arXiv:2312.04945}, year={2023} } ``` ## Dataset Card Authors [Lucas Weber](https://lucweber.github.io/) ## Dataset Card Contact lucasweber000@gmail.com