Commit 4b3dee67 authored by Leo Gao's avatar Leo Gao
Browse files

asdiv: space convention

parent 83e1a116
......@@ -93,7 +93,7 @@ class Asdiv(Task):
# TODO: add formula
answer = doc['answer'].split(' (')[0]
return answer
return " " + answer
def construct_requests(self, doc, ctx):
ll, is_greedy = rf.loglikelihood(ctx, self.doc_to_target(doc))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment