Commit 46bd5e46 authored by lintangsutawika's avatar lintangsutawika
Browse files

update

parent 2d530664
...@@ -42,12 +42,12 @@ Homepage: https://allenai.org/data/qasper ...@@ -42,12 +42,12 @@ Homepage: https://allenai.org/data/qasper
#### Groups #### Groups
* `qasper`: `Short description` * `qasper`: executes both `qasper_bool` and `qasper_freeform`
#### Tasks #### Tasks
* `qasper_bool`: `1-sentence description of what this particular task does` * `qasper_bool`: Multiple choice task that evaluates the task with `answer_type="bool"`
* `qasper_freeform`: ... * `qasper_freeform`: Greedy generation task that evaluates the samples from the task with `answer_type="free form answer"`
### Checklist ### Checklist
......
...@@ -70,4 +70,4 @@ def process_docs(dataset, set_answer_type="bool"): ...@@ -70,4 +70,4 @@ def process_docs(dataset, set_answer_type="bool"):
return Dataset.from_dict(new_dataset) return Dataset.from_dict(new_dataset)
process_docs_bool = partial(process_docs, set_answer_type="bool") process_docs_bool = partial(process_docs, set_answer_type="bool")
process_docs_freeform = partial(process_docs, set_answer_type="freeform") process_docs_freeform = partial(process_docs, set_answer_type="free form answer")
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