Commit
•
793152c
1
Parent(s):
1cb3be4
Fix task tags
Browse files
README.md
CHANGED
@@ -2,14 +2,13 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
task_categories:
|
5 |
-
-
|
|
|
6 |
- text-generation
|
7 |
task_ids:
|
8 |
-
- summarization
|
9 |
-
- question-answering
|
10 |
-
- natural-language-inference
|
11 |
- multiple-choice-qa
|
12 |
-
-
|
|
|
13 |
configs:
|
14 |
- gov_report
|
15 |
- summ_screen_fd
|
@@ -18,7 +17,9 @@ configs:
|
|
18 |
- narrative_qa
|
19 |
- quality
|
20 |
- contract_nli
|
21 |
-
|
|
|
|
|
22 |
---
|
23 |
|
24 |
## Dataset Description
|
|
|
2 |
language:
|
3 |
- en
|
4 |
task_categories:
|
5 |
+
- question-answering
|
6 |
+
- summarization
|
7 |
- text-generation
|
8 |
task_ids:
|
|
|
|
|
|
|
9 |
- multiple-choice-qa
|
10 |
+
- natural-language-inference
|
11 |
+
paperswithcode_id: scrolls
|
12 |
configs:
|
13 |
- gov_report
|
14 |
- summ_screen_fd
|
|
|
17 |
- narrative_qa
|
18 |
- quality
|
19 |
- contract_nli
|
20 |
+
tags:
|
21 |
+
- query-based-summarization
|
22 |
+
- long-texts
|
23 |
---
|
24 |
|
25 |
## Dataset Description
|