--- language: - en license: mit size_categories: - 10K 'entailment', 'refutes' -> 'contradiction' and 'not enough info' -> 'neutral' } ``` We filtered out any sample with an empty premise (a minority of the data) and downsampled both `train_fitems.jsonl` and `dev_fitems.jsonl` to 25% of their total size. We then recovered the labels for the development set from the `labelled_dev` split in the [original FEVER](https://huggingface.co/datasets/fever/fever) and split the development set into the final `dev.jsonl` and `test.jsonl`. Finally, we ran both AMuSE-WSD and InVeRo to augment our samples with WSD and SRL annotations, respectively.