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/blob/master/data/train.json
|
| 39 |
-
_URL_TEST = "https://github.com/arka0821/multi_document_summarization/blob/master/data/test.json
|
| 40 |
-
_URL_VAL = "https://github.com/arka0821/multi_document_summarization/blob/master/data/val.json
|
| 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/blob/master/data/train.json"
|
| 39 |
+
_URL_TEST = "https://github.com/arka0821/multi_document_summarization/blob/master/data/test.json"
|
| 40 |
+
_URL_VAL = "https://github.com/arka0821/multi_document_summarization/blob/master/data/val.json"
|
| 41 |
|
| 42 |
|
| 43 |
class MultiDocumentSum(datasets.GeneratorBasedBuilder):
|