".github/vscode:/vscode.git/clone" did not exist on "cf5d27e30a7c2f74842347e994145f0ee2e9bbc1"
Commit c5d27743 authored by lintangsutawika's avatar lintangsutawika
Browse files

temporary scroll implementation

parent 64b99504
group: scrolls group: scrolls
task: task:
- scrolls_qasper # - task: scrolls_qasper
- scrolls_quality # class: !function task.Qasper
- scrolls_narrativeqa - task: scrolls_quality
- scrolls_contractnli class: !function task.QuALITY
- scrolls_govreport # - scrolls_narrativeqa
- scrolls_summscreenfd # class: !function task.NarrativeQA
- scrolls_qmsum # - scrolls_contractnli
# class: !function task.ContractNLI
# - scrolls_govreport
# class: !function task.GovReport
# - scrolls_summscreenfd
# class: !function task.SummScreenFD
# - scrolls_qmsum
# class: !function task.QMSum
...@@ -279,7 +279,7 @@ class _SCROLLSSummaryTask(_SCROLLSTask): ...@@ -279,7 +279,7 @@ class _SCROLLSSummaryTask(_SCROLLSTask):
return f"{doc['input']}\n\nQuestion: What is a summary of the preceding text?\nAnswer:" return f"{doc['input']}\n\nQuestion: What is a summary of the preceding text?\nAnswer:"
@register_task("scrolls_qasper") # @register_task("scrolls_qasper")
class Qasper(_SCROLLSTask): class Qasper(_SCROLLSTask):
"""A Dataset of Information-Seeking Questions and Answers Anchored in Research Papers """A Dataset of Information-Seeking Questions and Answers Anchored in Research Papers
https://arxiv.org/abs/2105.03011 https://arxiv.org/abs/2105.03011
......
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