(self)
| 77 | "test": "dev_matched" |
| 78 | } |
| 79 | def __init__(self): |
| 80 | super().__init__() |
| 81 | self.labels = ["contradiction", "entailment", "neutral"] |
| 82 | |
| 83 | def get_examples(self, data_dir, split): |
| 84 | path = os.path.join(data_dir, "{}.tsv".format(self.dataset_project[split])) |