Update multi_document_summarization.py
Browse files
multi_document_summarization.py
CHANGED
@@ -35,9 +35,9 @@ _DESCRIPTION = """
|
|
35 |
Multi-Document, a large-scale multi-document summarization dataset created from scientific articles. Multi-Document introduces a challenging multi-document summarization task: writing the related-work section of a paper based on its abstract and the articles it references.
|
36 |
"""
|
37 |
|
38 |
-
_URL_TRAIN = "https://github.com/arka0821/multi_document_summarization/
|
39 |
-
_URL_TEST = "https://github.com/arka0821/multi_document_summarization/
|
40 |
-
_URL_VAL = "https://github.com/arka0821/multi_document_summarization/
|
41 |
|
42 |
|
43 |
class MultiDocumentSum(datasets.GeneratorBasedBuilder):
|
|
|
35 |
Multi-Document, a large-scale multi-document summarization dataset created from scientific articles. Multi-Document introduces a challenging multi-document summarization task: writing the related-work section of a paper based on its abstract and the articles it references.
|
36 |
"""
|
37 |
|
38 |
+
_URL_TRAIN = "https://github.com/arka0821/multi_document_summarization/raw/master/data/train.json.gz"
|
39 |
+
_URL_TEST = "https://github.com/arka0821/multi_document_summarization/raw/master/data/test.json.gz"
|
40 |
+
_URL_VAL = "https://github.com/arka0821/multi_document_summarization/raw/master/data/val.json.gz"
|
41 |
|
42 |
|
43 |
class MultiDocumentSum(datasets.GeneratorBasedBuilder):
|