raiseNotImplementedError('SAT Analogies dataset is not provided. Follow instructions on https://aclweb.org/aclwiki/SAT_Analogy_Questions_(State_of_the_art) to locate.')
def__init__(self,data_dir:str):
"""
SAT Analog Questions is not publicly available. You must request the data
by emailing Peter Turney and then download it to a local directory path
which should be passed into the `data_dir` arg.
"""
super().__init__(data_dir=data_dir)
defhas_training_docs(self):
returnFalse
...
...
@@ -51,38 +50,20 @@ class SATAnalogies(MultipleChoiceTask):