return"Given a premise and a hypothesis, classify whether the author of the premise is committed to the truth of the hypothesis. The three possible labels are true, false or neither."
return"Given a premise and a hypothesis, classify whether the author of the premise is committed" \
"to the truth of the hypothesis. The three possible labels are true, false or neither."
defdoc_to_text(self,doc):
return"{}\nquestion: {} true, false or neither?\nanswer:".format(
...
...
@@ -105,13 +112,25 @@ class CommitmentBank(HFTask):